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

While migrating some clusters to Flux, we accidentally had some deployments managed by two kustomizations. They both had different versions in the deployment, so every 10 minutes when flux would...

Taking something like this (while validates fine locally) errors in kustomize-controller: ```yaml - name: fpm-metrics image: "hipages/php-fpm_exporter:1" imagePullPolicy: IfNotPresent readinessProbe: httpGet: path: /metrics port: fpm-metrics periodSeconds: 5 livenessProbe: httpGet: path:...

Hi, We have the following setup: Kustomization A renders Kustomization B which renders ConfigMap C. Both Kustomizations have `prune: true`, point to the same GitRepository and are triggered by a...

bug

At the moment, the SOPS decryption happens on a per resource level after the krusty library has done a kustomize run, as seen here: https://github.com/fluxcd/kustomize-controller/blob/main/controllers/kustomization_controller.go#L627-L640 This causes issues when a...

Bumps the ci group with 10 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.2` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)...

area/ci
dependencies

Bumps the go-deps group with 3 updates: [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/fluxcd/pkg/runtime` from 0.44.0 to 0.44.1 Commits 2e7e8fe Merge pull request #730 from fluxcd/conditions-HasAnyReasons 1ae7daf runtime: Add HasAnyReason to...

dependencies

### Background: The `kustomize-controller` pod is getting OOMKilled every hour or so. Its reaches around `~7.65G` and gets OOM Killed as the memory limit is `8G`. - Image - `ghcr.artifactory.gcp.anz/fluxcd/kustomize-controller:v1.2.2`...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When trying to add the following ConfigMap with a kustomization via a Git source: ```yaml apiVersion: v1 kind: ConfigMap metadata: name: test data: test: | Lorem ipsum dolor sit amet,...

Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. Release notes Sourced from github.com/go-jose/go-jose/v3's releases. Version 3.0.3 Fixed Limit decompression output size to prevent a DoS. Backport from v4.0.1. Version 3.0.2 Fixed DecryptMulti:...

dependencies