heptio / aws-quickstart

AWS Kubernetes cluster via CloudFormation and kubeadm
Apache License 2.0
223 stars 134 forks source link

[WIP] Remove hostname override #189

Closed detiber closed 6 years ago

detiber commented 6 years ago

It looks like we initially added the hostname override due to an issue in kubernetes 1.7 not registering the nodes successfully unless the node name matched the fqdn of the host. As a result this has caused us additional issues such as having to provide workarounds for custom private dns and kube-proxy failing to find the node through the api server. This PR removes the hostname override completely.