Stefan Prodan
Stefan Prodan
To prevent new users to start with v1 instead of v2, we could add a warning to both `fluxctl install` and to `helm install flux`. For the CLI, the warning...
This PR adds commands to the Flux CLI for managing OCI artifacts as described in the RFC [Flux OCI support for Kubernetes manifests](https://github.com/fluxcd/flux2/tree/main/rfcs/0003-kubernetes-oci). ## OCI artifact commands ``` $ flux...
We need to add support for OCIRepository sources to the `flux trace` command. When a Flux Kustomization source is of type OCIRepository, we need to look for the opencontainers annotations...
The 0.32 release comes with a new feature in Flux: [OCI support for Kubernetes manifests](https://github.com/fluxcd/flux2/tree/main/rfcs/0003-kubernetes-oci). Tasks: - [x] release source-controller and the OCIRepository API (requires https://github.com/fluxcd/source-controller/pull/788) - [x] release notification-controller...
Starting with version 0.15.0, Flux and its controllers have been upgraded to Kustomize v4. While Kustomize v4 comes with many improvements and bug fixes, it introduces a couple of breaking...
This RFC proposes a way to share sources between namespaces when running Flux on multi-tenant clusters. Supersedes #582
For multi-tenant environments, we want to offer an easy way of configuring Flux to enforce tenant isolation. This RFC describes how that can be achieved with a single flag added...
The main goal of this RFC is to define the Kubernetes tenancy models supported by Flux. This PR attempts to document the status quo, and should provide clarity of what...
The current CLI code structure is error prone and makes it hard to spot bugs, we should create a dedicated package per command. Prerequisites: - [x] Refactor cmd global variables...
Istio v1.15.0