Skip to content

Commit da91c80

Browse files
authored
Temporary revert node name change (#1600)
1 parent 8e9cddf commit da91c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeadm/internal/kubelet/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func (ksc *kubeletConfig) withCloudProvider(cfg *api.NodeConfig, flags map[strin
230230

231231
// use ec2 instance-id as node hostname which is unique, stable, and incurs
232232
// no additional requests
233-
flags["hostname-override"] = cfg.Status.Instance.ID
233+
// flags["hostname-override"] = cfg.Status.Instance.ID
234234
}
235235

236236
// When the DefaultReservedResources flag is enabled, override the kubelet

0 commit comments

Comments
 (0)