Stefan Prodan
Stefan Prodan
Run the apply of 0.0.6 with `--wait=false`, this should update the instance state accordingly.
The timeout comes from an applied resource that doesn't become ready, you need to describe each applied resource and see which one is stuck. Once you figure out which one...
I'm for adding the cache prefix to the package and have dedicated metrics per kind in source-controller. Given that Git and OCI can't share the same key/token for Azure, I...
You need to set replicas 2, Helm has bug where it doesn’t wait for a single pod to be ready.
> This bug you write about is reported somewhere? Is anyone fixing it? It's somewhere in the Helm repo, reported several years ago.
This didn't made it in Helm https://github.com/helm/helm/pull/10831 nothing we can in Flux about it.
Symlinks are skipped by the CLI since source-controller does not supports them and it will error out at pull time. I'm for adding a `--resolve-symlinks` flag to the CLI that...
This is by design, substitutions are opt-in as this operation is expensive for users which have thousands of manifests managed by Flux. You need to specify at least one value,...
If we add an enabled filed which defaults to false, then we'll break everyone's clusters, as this will skip the replacements even if there are in place, people will have...
That will be very confusing, why would something still apply if it's set to `enabled: false`, none of Kubernetes API work like this. Just add a dummy substitution like this:...