You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While migrating from Azure Policy to the upstream gatekeeper, I discovered that two resources are not cleaned up when the Azure Policy add-on gets disabled, namely:
clusterrolegatekeeper-manager-role;
clusterrolebindinggatekeeper-manager-rolebinding;
To Reproduce
Steps to reproduce the behavior:
Deploy an AKS cluster with Azure Policy add-on enabled;
Disable the add-on;
Run:
kubectl get clusterrole gatekeeper-manager-role
kubectl get clusterrolebinding gatekeeper-manager-rolebinding
Expected behavior
All resources are cleaned up.
Environment (please complete the following information):
CLI Version: 2.46.0
Kubernetes version: 1.25.5
The text was updated successfully, but these errors were encountered:
Describe the bug
While migrating from Azure Policy to the upstream gatekeeper, I discovered that two resources are not cleaned up when the Azure Policy add-on gets disabled, namely:
clusterrole
gatekeeper-manager-role
;clusterrolebinding
gatekeeper-manager-rolebinding
;To Reproduce
Steps to reproduce the behavior:
Expected behavior
All resources are cleaned up.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: