mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-01 09:07:58 +00:00
3eef8dc8d0
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.