Fix deprecated zone label (#2295)

From the k8s doc:
> Starting in v1.17, this label is deprecated in favor of topology.kubernetes.io/zone.
This commit is contained in:
samox73 2023-04-19 12:07:20 +02:00 committed by GitHub
parent a426508965
commit 52040752aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ you can switch to `preferredDuringSchedulingIgnoredDuringExecution` by setting
By default the topology key for the pod anti affinity is set to
`kubernetes.io/hostname`, you can set another topology key e.g.
`failure-domain.beta.kubernetes.io/zone`. See [built-in node labels](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#interlude-built-in-node-labels) for available topology keys.
`topology.kubernetes.io/zone`. See [built-in node labels](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#interlude-built-in-node-labels) for available topology keys.
## Pod Disruption Budget