Skip to content

Commit de863d7

Browse files
committed
Update EvictionController RBAC for reading nodes
1 parent dbddc08 commit de863d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/controller/eviction_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const (
6363
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions,verbs=get;list;watch;create;update;patch;delete
6464
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions/status,verbs=get;update;patch
6565
// +kubebuilder:rbac:groups=kvm.cloud.sap,resources=evictions/finalizers,verbs=update
66+
// +kubebuilder:rbac:groups="",resources=nodes,verbs=get;list;watch
6667

6768
// Reconcile is part of the main kubernetes reconciliation loop which aims to
6869
// move the current state of the cluster closer to the desired state.

0 commit comments

Comments
 (0)