Open brackendawson opened 2 years ago
59649bad78cf686c1cf8d98eb6ad73ced9b52e41
Nothing yet, the chart uses a deprecated topologyKey
The key failure-domain.beta.kubernetes.io/zone should be changed to topology.kubernetes.io/zone, the old value was deprecated in 1.17.
failure-domain.beta.kubernetes.io/zone
topology.kubernetes.io/zone
Install portieris with the chart.
https://kubernetes.io/docs/reference/labels-annotations-taints/#failure-domainbetakubernetesiozone
https://github.com/IBM/portieris/blob/59649bad78cf686c1cf8d98eb6ad73ced9b52e41/helm/portieris/values.yaml#L75
What commit ID of Portieris did you experience the problem with?
59649bad78cf686c1cf8d98eb6ad73ced9b52e41
What went wrong?
Nothing yet, the chart uses a deprecated topologyKey
What should have happened differently?
The key
failure-domain.beta.kubernetes.io/zone
should be changed totopology.kubernetes.io/zone
, the old value was deprecated in 1.17.How can it be reproduced?
Install portieris with the chart.
Any other relevant information
https://kubernetes.io/docs/reference/labels-annotations-taints/#failure-domainbetakubernetesiozone
https://github.com/IBM/portieris/blob/59649bad78cf686c1cf8d98eb6ad73ced9b52e41/helm/portieris/values.yaml#L75