kustomize-controller icon indicating copy to clipboard operation
kustomize-controller copied to clipboard

The GitOps Toolkit Kustomize reconciler

Results 120 kustomize-controller issues
Sort by recently updated
recently updated
newest added

As a kustomization author, In order to leverage metadata about current flux context and kustomization in the rendered templates, I need to get metadata as default substitution variables This would...

I am repeatedly hitting issues with a kustomization that is applying a terraform object. The terraform object is version v1alpha2 but Kustomization intermittently tries to apply it as v1alpha1 causing...

Hey! I'd like to ask for your help in understanding the Kustomize Controller behaviour regarding requesting reconciliation on GitRepository artifact changes. Sorry for the long post, I wanted to be...

Hello, I'm currently working with a colleague on migrating a few outstanding workloads from Flux 1 to Flux 2 and while it's so far going swimmingly we've hit quite an...

When the Kustomize controller comes up, the getDefaultAzureCredential function will hammer the Azure API with login requests and get rate limited for a few minutes, resulting in failed Kustomize runs....

We can disable variable substitution on a particular object by setting the annotation `kustomize.toolkit.fluxcd.io/substitute: disabled`. However, I'd like to see the inverse of this, which means that I want to...

Currently the metrics on the kustomize-controller can't reliably be used to eg. automatically set a maintenance window during a deploy. An idea to fix this would be to add some...

Reference(s): - https://github.com/sosedoff/ansible-vault-go - https://github.com/fluxcd/kustomize-controller/blob/main/internal/decryptor/decryptor.go

enhancement

In a separate issue we are looking at issues with concurrency but it is hard to get a true grasp of any problem real or perceived without concrete metrics. We...

Every time I upgrade Knative, I need to manually expand the webhook rules because on apply, they are modified and no longer match the manifest. e.g. https://github.com/knative/serving/blob/25de8121f169719c52e609308f701f45ddba5166/config/core/webhooks/domainmapping-validation.yaml https://github.com/knative/serving/blob/646d0b1a9626cf636faf3e9b3a58bdd8eeb90ee5/config/core/webhooks/defaulting.yaml The rules...