Skip to content

v1.13.5: Present kubelets with names

Compare
Choose a tag to compare
@Bregor Bregor released this 25 Mar 18:30
· 238 commits to master since this release
v1.13.5
  • podman: 1.1.1
  • CoreDNS: 1.4.0
  • 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}'
  • CNI/plugins: 0.7.5
  • Kubernetes: 1.13.5