diff --git a/content/zh-cn/examples/priority-and-fairness/health-for-strangers.yaml b/content/zh-cn/examples/priority-and-fairness/health-for-strangers.yaml index c57e2cae37245..955322c84ba6f 100644 --- a/content/zh-cn/examples/priority-and-fairness/health-for-strangers.yaml +++ b/content/zh-cn/examples/priority-and-fairness/health-for-strangers.yaml @@ -1,4 +1,4 @@ -apiVersion: flowcontrol.apiserver.k8s.io/v1beta2 +apiVersion: flowcontrol.apiserver.k8s.io/v1beta3 kind: FlowSchema metadata: name: health-for-strangers @@ -7,14 +7,14 @@ spec: priorityLevelConfiguration: name: exempt rules: - - nonResourceRules: - - nonResourceURLs: - - "/healthz" - - "/livez" - - "/readyz" - verbs: - - "*" - subjects: - - kind: Group - group: - name: system:unauthenticated + - nonResourceRules: + - nonResourceURLs: + - "/healthz" + - "/livez" + - "/readyz" + verbs: + - "*" + subjects: + - kind: Group + group: + name: "system:unauthenticated"