Gatekeeper control-plane: controller-manager label in NS is preventing Zarf's mutating webhooks from working in AKS
Bug
Description
When deploying Big Bang through Zarf into an AKS cluster, the gatekeeper (first dependency) gets block because the mutating webhook for pods can't change the registry to the local registry. This is due to the label control-plane: controller-manager
in the NS of the gatekeeper
BigBang Version
What version of BigBang were you running? 1.47.0
zarf package used link
To recreate
- create aks cluster
- zarf init
- zarf deploy package
to fix it:
- remove the label in the gatekeeper NS