Skip to content

Commit

Permalink
Extend metal3remediation aggregation role
Browse files Browse the repository at this point in the history
- Node Healthcheck controller is going to watch templates, in order to
  update its status in case a template is deleted
- NHC is also watching the remediation CRs, in order to update its
  status when the CR is finally deleted after the metal3 controller
  removed the finalizer
- NHC is updating CRs with an annotation (unused by metal3 controller,
  but we'd like to prevent error messages in NHC controller)

Signed-off-by: Marc Sluiter <msluiter@redhat.com>
  • Loading branch information
slintes authored and openshift-cherrypick-robot committed Feb 1, 2024
1 parent 83bf459 commit 76b2357
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ rules:
- metal3remediationtemplates
verbs:
- get
- list
- watch
- apiGroups:
- infrastructure.cluster.x-k8s.io
resources:
- metal3remediations
verbs:
- get
- list
- watch
- create
- update
- patch
- delete

0 comments on commit 76b2357

Please sign in to comment.