website icon indicating copy to clipboard operation
website copied to clipboard

The Flux website and user documentation

Results 117 website issues
Sort by recently updated
recently updated
newest added

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...

blocked/requires-dco
blocked/requires-rebase

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 ```

help wanted
good first issue
area/security

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...

Follow-up to #903 Do we want to integrate info from ?

area/flagger

Hello, EKS image repository authentication example pod stucks on `Init:Error`

question

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...

area/docs

Update the `bootstrap cheatsheet` to show users how to enable the helm cache.

area/docs

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...