Skip to content

Commit

Permalink
Temporary revert node name change (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Issacwww authored Jan 30, 2024
1 parent 8e9cddf commit da91c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeadm/internal/kubelet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (ksc *kubeletConfig) withCloudProvider(cfg *api.NodeConfig, flags map[strin

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

// When the DefaultReservedResources flag is enabled, override the kubelet
Expand Down

0 comments on commit da91c80

Please sign in to comment.