canonical / k8s-snap

Canonical Kubernetes is an opinionated and CNCF conformant Kubernetes operated by Snaps and Charms, which come together to bring simplified operations and an enhanced security posture on any infrastructure.
GNU General Public License v3.0
20 stars 6 forks source link

Do not set --hostname-override on kubelet and kube-proxy if hostname matches #499

Closed neoaggelos closed 2 weeks ago

neoaggelos commented 2 weeks ago

Summary

When configuring kubelet and kube-proxy, only specify the --hostname-override flag if the node name does not match.

Changes