probe: merge controls from different probes

This change creates a host topology from cluster-wide probe using
kubernetes nodes with cordon/un-cordon control. This also adds the
logic to merge the controls coming from different probes for host
topology.
This commit is contained in:
Deepak
2021-04-19 00:10:52 +05:30
parent ee9ffbff60
commit c3cd3afad9
5 changed files with 95 additions and 17 deletions

View File

@@ -15,7 +15,6 @@ rules:
- pods/log
- replicationcontrollers
- services
- nodes
- namespaces
- persistentvolumes
- persistentvolumeclaims
@@ -23,10 +22,6 @@ rules:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
@@ -99,3 +94,13 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- update
- patch