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
We are using MetalLB and have added some annotations to BGPPeer CRD to avoid this issue of FluxCD overriding fields all the time (this is not Flux fault but this bug itself seems unrelated)
For kustomize.toolkit.fluxcd.io/ssa they are 2 cases Ignore could skip the same as reconcile: disabled, but IfNotPresent should skip only for the case existingObject != nil in https://github.com/fluxcd/pkg/blob/main/ssa/manager_diff.go#L60
This is kinda already the case but not in a clear and declarative way.
Describe the bug
We are using MetalLB and have added some annotations to BGPPeer CRD to avoid this issue of FluxCD overriding fields all the time (this is not Flux fault but this bug itself seems unrelated)
CRD with annotations:
Running
kustomize-controller
behaves properly and ignores the field, avoiding noise on apply:Steps to reproduce
Deploying MetalLB with Flux:
Expected behavior
flux diff
should skip resources withkustomize.toolkit.fluxcd.io/ssa
configuredScreenshots and recordings
No response
OS / Distro
Ubuntu 24.04
Flux version
v2.4.0
Flux check
N/A
Git provider
GitLab
Container Registry provider
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: