Skip to content

Commit

Permalink
Merge pull request #1099 from tkashem/revert-1060
Browse files Browse the repository at this point in the history
Bug 1956606: Revert "Merge pull request #1060" (Use the flow schema introduced in upstream)
  • Loading branch information
openshift-merge-robot authored Jun 3, 2021
2 parents 1b61ad5 + d836146 commit c1f6f99
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions manifests/0000_20_kube-apiserver-operator_08_flowschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,31 +73,3 @@ spec:
serviceAccount:
name: kube-apiserver-operator
namespace: openshift-kube-apiserver-operator
---
# probes need to always work. If probes get 429s, then the kubelet will treat them as probe failures.
# Since probes are cheap to run, we won't rate limit these at all.
apiVersion: flowcontrol.apiserver.k8s.io/v1beta1
kind: FlowSchema
metadata:
name: probes
spec:
distinguisherMethod:
type: ByUser
matchingPrecedence: 2
priorityLevelConfiguration:
name: exempt
rules:
- nonResourceRules:
- nonResourceURLs:
- '/healthz'
- '/readyz'
- '/livez'
verbs:
- 'get'
subjects:
- group:
name: system:authenticated
kind: Group
- group:
name: system:unauthenticated
kind: Group

0 comments on commit c1f6f99

Please sign in to comment.