diff --git a/manifests/30-monitoring.yaml b/manifests/30-monitoring.yaml index 6dae51f04f..e63d17fed6 100644 --- a/manifests/30-monitoring.yaml +++ b/manifests/30-monitoring.yaml @@ -58,6 +58,14 @@ rules: - get - list - watch +- apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding @@ -104,6 +112,7 @@ spec: selector: matchLabels: name: node-tuning-operator + serviceDiscoveryRole: EndpointSlice --- apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule