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
I have below policy, which supposedly should update deployments with the costsavedownscale: "true" label if they are in the correct namespace and cluster name is right. And it is working, but only by admission, not background controller. So unless there is a change made to the deployment, label isn't assigned.
I can see that background controller adds UR, but nothing else happens, no label being added.
So, is this something I do not understand or doing correctly?
kyverno-background-controller-7996c8578-s5zst controller 2025-02-06T15:05:20Z INFO PolicyController.handleMutate.mutate-deployments-adding-secondary-clusters-label policy/mutate.go:15 update URs on policy event
kyverno-background-controller-7996c8578-s5zst controller 2025-02-06T15:05:22Z INFO PolicyController.handleGenerate.mutate-deployments-adding-secondary-clusters-label policy/generate.go:21 update URs on policy event
Running:
kyverno: 1.12.6
k8s: 1.30.6 (Azure AKS)
I have below policy, which supposedly should update deployments with the
costsavedownscale: "true"
label if they are in the correct namespace and cluster name is right. And it is working, but only by admission, not background controller. So unless there is a change made to the deployment, label isn't assigned.I can see that background controller adds UR, but nothing else happens, no label being added.
So, is this something I do not understand or doing correctly?
The text was updated successfully, but these errors were encountered: