mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 17:50:18 +03:00
Hostname must be a valid DNS name, which is checked as https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go#L115 The situation I have encountered is that my hostname contained underscore which is disallowed and apiserver refused to start.