I installed a kubernetes cluster with the XOA recipe. 1 master and 4 nodes, put them on an active network adapter, and ran the recipe.
When I ssh into the master and run kubectl cluster-info
I get:
The connection to the server 192.168.200.146:6443 was refused - did you specify the right host or port?
Running kubectl version
:
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.3", GitCommit:"06ad960bfd03b39c8310aaf92d1e7c12ce618213", GitTreeState:"clean", BuildDate:"2020-02-11T18:14:22Z", GoVersion:"go1.13.6", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server 192.168.200.146:6443 was refused - did you specify the right host or port?
I am very new to kubernetes, so I might be missing something ovi, but it seems like the servers are not starting up on these machines. I was hoping to use this recipe to build a simple cluster that I can like my gitlab instance into. To get a picture of what I was planning to do, the gitlab guide is here: https://docs.gitlab.com/ee/user/project/clusters/add_remove_clusters.html.
I'd appreciate any advice you have on how to get this working. Or alternatives to the XOA recipe for simple kubernetes setup
Thanks!