barret0224
barret0224
may I ask any of the kustomization-controller's maintainers opinion on how this could be implemented if it is possible at all? this functionality is there in other gitops controllers and...
> The drift feature in helm-controller is very specific to how Helm works, Helm stores a fully copy of all manifests in-cluster in Kubernetes Secrets (this is called Helm storage),...
> We didn't designed the Flux controllers to works like a CLI in an imperative way. If you want to do that, then suspend the Flux Kustomizations and use the...
> Please review this message one more time, it doesn't add up. The inventory is in etcd, it's part of .status. And you can only detect a diff when you...
> The kustomize-controller does read from etcd. It reads the live resources. Right before applying, it diffs the live resources against the YAML built from the source, so it can...
oh I see, I dont want the full delta, my main usecase is just to detect if the desired state is inline with the actual state or not without forcing...