canonical / cluster-api-control-plane-provider-microk8s

This project offers a cluster API control plane controller that manages the control plane of a MicroK8s cluster. It is expected to be used along with the respective MicroK8s specific machine bootstrap provider.
https://microk8s.io
7 stars 5 forks source link

Fix missing delete secret RBAC rule for control plane provider #32

Closed neoaggelos closed 1 year ago

neoaggelos commented 1 year ago

Summary

Control plane provider requires permissions to delete secrets to properly cleanup after deleting a cluster. Add this missing rule to the RBAC Role object.