p&f: make SAR traffic from oauth and openshift apiserver exempt This is what the flow schema would look like: apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1 kind: FlowSchema metadata: name: openshift-oauth-apiserver-sar spec: distinguisherMethod: type: ByUser matchingPrecedence: 2 priorityLevelConfiguration: name: exempt rules: - resourceRules: - apiGroups: - authorization.k8s.io clusterScope: true namespaces: - '*' resources: - subjectaccessreviews verbs: - '*' - apiGroups: - authentication.k8s.io clusterScope: true namespaces: - '*' resources: - tokenreviews verbs: - '*' subjects: - kind: ServiceAccount serviceAccount: name: oauth-apiserver-sa namespace: openshift-oauth-apiserver
*** This bug has been marked as a duplicate of bug 1888309 ***