I installed Kubernetes on CoreOS on bare metal using standard installation scripts . It is running the current stable version 1298.6.0 with Kubernetes version 1.5.4.
We would like to have a highly accessible master setup, but now we donβt have enough equipment to select three servers for servicing only as Kubernetes masters, so I would like to be able to plan custom modules for Kubernetes Master. I set --register-schedulable = true to /etc/systemd/system/kubelet.service, but it still showed up as SchedulingDisabled.
I tried adding settings to enable the node as a working node, including adding TLS working certificates to / etc / kubernetes / ssl, adding these settings to kubelet.service, adding /etc/kubernetes/worker-kubeconfig.yaml, which points to these certificates and added this information to /etc/kubernetes/manifests/kube-proxy.yaml. I used my existing nodes as a template for what to add. This registered another node under the main host name, and then both it and the original main node were displayed as NotReady, SchedulingDisabled.
This question indicates that module planning on the main node should be possible, but I can hardly find anything on this issue.
source share