From 52040752aa7f1e0a7367fa5ceda72b0164485939 Mon Sep 17 00:00:00 2001 From: samox73 Date: Wed, 19 Apr 2023 12:07:20 +0200 Subject: [PATCH] Fix deprecated zone label (#2295) From the k8s doc: > Starting in v1.17, this label is deprecated in favor of topology.kubernetes.io/zone. --- docs/administrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator.md b/docs/administrator.md index 57c2c4574..cada3ca1f 100644 --- a/docs/administrator.md +++ b/docs/administrator.md @@ -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