Browse Source

add networking.k8s.io for ingress (#8091)

* add networking.k8s.io for ingress

level=error ts=2020-10-19T08:32:30.544Z caller=klog.go:96 component=k8s_client_runtime func=ErrorDepth msg="github.com/prometheus/prometheus/discovery/kubernetes/kubernetes.go:494: Failed to watch *v1beta1.Ingress: failed to list *v1beta1.Ingress: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:monitoring:prometheus\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"

Signed-off-by: root <likerj@inspur.com>

* Update rbac-setup.yml

Signed-off-by: root <likerj@inspur.com>
pull/8103/head
like-inspur 4 years ago committed by GitHub
parent
commit
29b551225b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      documentation/examples/rbac-setup.yml

1
documentation/examples/rbac-setup.yml

@ -20,6 +20,7 @@ rules:
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: - apiGroups:
- extensions - extensions
- networking.k8s.io
resources: resources:
- ingresses - ingresses
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]

Loading…
Cancel
Save