You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreDNS: change deprecated proxy plugin to forward
ApiServer <=> Kubelet communications: --kubelet-preferred-address-types apiserver key now explicitly points to InternalIP,ExternalIP,InternalDNS,ExternalDNS,Hostname; this way you are free to use hostname (or any other name) for your kubelets, just make sure your kubelet has proper NodeAddressType: InternalIP or ExternalIP and so on.
You can check it like this: $ kubectl get no <node> -o jsonpath='{.status.addresses[?(@.type=="InternalIP")].address}'