IBM / portieris

A Kubernetes Admission Controller for verifying image trust.
Apache License 2.0
332 stars 78 forks source link

Chart uses deprecated topologyKey: failure-domain.beta.kubernetes.io/zone #380

Open brackendawson opened 2 years ago

brackendawson commented 2 years ago

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 to topology.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