1.16
-
Deprecation of
kubernetes.io/role
label.- Action: Replace with
role.node.kubernetes.io/role
. - Consequence:
kubectl get node
won't show the ROLE column. See: https://github.com/kubernetes/kubernetes/issues/84912#issuecomment-551362981
- Action: Replace with
-
Deprecation of API versions.
- Action: Use https://github.com/rikatz/kubepug to find problematic API versions in your cluster.
- Action: Change all manifests to the new API version.
- Action: Make sure helm charts release state also have the manifests with the new API version.