website
website copied to clipboard
The Flux website and user documentation
When an ImageUpdateAutomation is specified in namespace A, the image-automation controller will select imagepolicy setters which match the namespace of the ImageUpdateAutomation object (A), and silently skip any `{"$imagepolicy":"nota:whatever"}` comments...
Add to `/docs/security` how to verify artifacts in SBOM. https://github.com/anchore/grype can probably process direct from stdin like: ```shell curl -sfL SBOM_URL | grype ```
Would it be possible to move the information found under [What is the behavior of Kustomize used by Flux?](https://fluxcd.io/docs/faq/#what-is-the-behavior-of-kustomize-used-by-flux) from the FAQs section of the docs site to fluxcd.io/docs/components/kustomize/kustomization/, or...
Hello, EKS image repository authentication example pod stucks on `Init:Error`
Consider this section of FAQ: - https://fluxcd.io/docs/faq/#how-to-patch-coredns-and-other-pre-installed-addons It contains a sample yaml of how to patch an existing resource, i.e., ```yaml --- apiVersion: apps/v1 kind: Deployment metadata: labels: k8s-app: kube-dns...
There are only a few mentions of NetworkPolicy resources in the docs, and none of them which are searchable appear to be particularly comprehensive on the topic. https://fluxcd.io/docs/use-cases/azure/#cni-and-network-policy https://fluxcd.io/docs/installation/#bootstrap-with-terraform Neither...
Update the `bootstrap cheatsheet` to show users how to enable the helm cache.
Flux is not working as described in the docs, I'm trying the command: ``` flux bootstrap git \ --url=ssh://[email protected]/myuser/k8s-config.git \ --branch=master \ --path=./ ``` That command is supposed to: ```...
I wanted to mention the capability of VSCode and perhaps other editors to take in your OpenAPI spec (whether that's done through simply installing the Kubernetes plugin, which connects to...