[zh] Translate /docs/concepts/cluster-administration/flow-control.md

This commit is contained in:
yuanhao
2020-09-16 01:18:16 +08:00
parent 1c7eb7ac58
commit f6d4d708b9
2 changed files with 896 additions and 0 deletions
@@ -0,0 +1,20 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: FlowSchema
metadata:
name: health-for-strangers
spec:
matchingPrecedence: 1000
priorityLevelConfiguration:
name: exempt
rules:
- nonResourceRules:
- nonResourceURLs:
- "/healthz"
- "/livez"
- "/readyz"
verbs:
- "*"
subjects:
- kind: Group
group:
name: system:unauthenticated