Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bindata/kube-proxy/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
selector:
matchLabels:
app: kube-proxy
serviceDiscoveryRole: EndpointSlice
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -63,6 +64,14 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
9 changes: 9 additions & 0 deletions bindata/network/frr-k8s/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
selector:
matchLabels:
name: frr-k8s-monitor-service
serviceDiscoveryRole: EndpointSlice
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand All @@ -74,6 +75,14 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
9 changes: 9 additions & 0 deletions bindata/network/network-metrics/002-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
namespaceSelector:
matchNames:
- openshift-multus
serviceDiscoveryRole: EndpointSlice
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -61,6 +62,14 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
10 changes: 10 additions & 0 deletions bindata/network/openshift-sdn/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
selector:
matchLabels:
app: sdn
serviceDiscoveryRole: EndpointSlice
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -72,6 +73,7 @@ spec:
selector:
matchLabels:
app: sdn-controller
serviceDiscoveryRole: EndpointSlice
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -111,6 +113,14 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
9 changes: 9 additions & 0 deletions bindata/network/ovn-kubernetes/common/monitor-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
selector:
matchLabels:
app: ovnkube-node
serviceDiscoveryRole: EndpointSlice
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -74,6 +75,14 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down