Set the kubelet --hostname-override
flag conditionally at kubeadm init time
#846
Labels
area/security
area/UX
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
When kubernetes/kubernetes#63887 merges, we should set the kubelet's
--hostname-override
flag to what's passed to kubeadm via the--node-name
flag conditionallyif cfg.NodeName != nodeutil.GetHostname("")
(if the flag differs from the default) at kubeadm init time, incmd/kubeadm/app/phases/kubelet/flags.go
.This will automagically fix #584
xref related issue: #822
/assign @liztio
as you're assigned to #584. LMK if you don't have time to do this.
The text was updated successfully, but these errors were encountered: