charts icon indicating copy to clipboard operation
charts copied to clipboard

[chart/redis-ha][BUG]

Open amfleurke opened this issue 4 years ago • 1 comments

Describe the bug For anti affinity, the label failure-domain.beta.kubernetes.io/zone is used.

Starting in k8s v1.17, this label is deprecated in favor of topology.kubernetes.io/zone

It should be possible to use the new label.

Additional context https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/

amfleurke avatar Jan 14 '21 12:01 amfleurke

@amfleurke No arguments here, will need to update the Helm chart to check k8s versioning and applying labels for backwards combatibility.

DandyDeveloper avatar Jan 15 '21 00:01 DandyDeveloper