mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Self-hosted Kuberntes api-server comes up without a hostname override and detects the hostname it should use from `uname -n` * kube-apiserver name must correspond to routable kubelet hostname-override * Provision /etc/hostname with the FQDN so `uname -n` can be used by Kubernetes (until NODE_NAME is avail. in k8s 1.4)