From 34d8d5747387bccc8b3288cb28e92f5cabbc37b3 Mon Sep 17 00:00:00 2001 From: wangyamei Date: Sun, 5 May 2019 11:55:37 +0800 Subject: [PATCH] make the example consistent with the test (#13906) --- content/en/examples/pods/pod-with-pod-affinity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/pods/pod-with-pod-affinity.yaml b/content/en/examples/pods/pod-with-pod-affinity.yaml index 1897af901f..35e645ef1f 100644 --- a/content/en/examples/pods/pod-with-pod-affinity.yaml +++ b/content/en/examples/pods/pod-with-pod-affinity.yaml @@ -23,7 +23,7 @@ spec: operator: In values: - S2 - topologyKey: kubernetes.io/hostname + topologyKey: failure-domain.beta.kubernetes.io/zone containers: - name: with-pod-affinity image: k8s.gcr.io/pause:2.0