Closed djboris9 closed 1 year ago
/lgtm
I am going to approve this but please note that hostnames that are longer than 15 characters can have compatibility issues: https://github.com/kubernetes-sigs/cluster-api/issues/2217
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: djboris9, jsturtevant
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Reason for PR: The
hostname
command returns the local node name whereas people might wish to use the FQDN or some other alternative domain name for the kubelet. This PR allows the user to specify an overridden hostname for kubeadm while having the default still set to the value returned byhostname
.Issue Fixed: No issue created
Requirements
Notes: