We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 720f535 + 6917012 commit 45365acCopy full SHA for 45365ac
content/zh-cn/examples/priority-and-fairness/health-for-strangers.yaml
@@ -1,4 +1,4 @@
1
-apiVersion: flowcontrol.apiserver.k8s.io/v1beta2
+apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
2
kind: FlowSchema
3
metadata:
4
name: health-for-strangers
@@ -7,14 +7,14 @@ spec:
7
priorityLevelConfiguration:
8
name: exempt
9
rules:
10
- - nonResourceRules:
11
- - nonResourceURLs:
12
- - "/healthz"
13
- - "/livez"
14
- - "/readyz"
15
- verbs:
16
- - "*"
17
- subjects:
18
- - kind: Group
19
- group:
20
- name: system:unauthenticated
+ - nonResourceRules:
+ - nonResourceURLs:
+ - "/healthz"
+ - "/livez"
+ - "/readyz"
+ verbs:
+ - "*"
+ subjects:
+ - kind: Group
+ group:
+ name: "system:unauthenticated"
0 commit comments