arlon
arlon copied to clipboard
A kubernetes cluster lifecycle management and configuration tool
I discovered this while trying to create a workload cluster from a base cluster that was created from `clusterctl generate` with CAPD (CAPI for Docker) provider. The issue is: by...
The Arlon CLI needs to check for new versions and notify users to upgrade. version check is handled separately. Handle CLI upgrade : `arlon update` to upgrade. Aha! Link: https://pf9.aha.io/features/ARLON-309
ClusterClass is CAPI's experimental support for cluster templates. There was a recent Hackathon demonstrating the virtues of ClusterClass. They include: 1. Creating workload clusters with slight customizations relative to a...
Arlon setup is still very complex, in particular in these areas: - Authentication integration with argocd - The need to create a bunch of bundles, profiles, clusterspecs, base clusters (when...
The gRPC proxy socket created by the ArgoCD API client will fail to be created if the root FS is set to read only. Update the `securityContext` to set read...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.11.2 to 0.13.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.13.0 changes since v0.12.3 :warning: Breaking Changes Do not mutate the global warning handler (#1944) Add GetOptions as...
**Describe the bug** A gRPC proxy server is started by the ArgoCD API client if `grpc-web-root-path` is set in the configuration which is passed: https://github.com/argoproj/argo-cd/blob/master/pkg/apiclient/apiclient.go#L496-L498 e.g. ``` ❯ cat ~/.config/argocd/config...
Adding an `Example` property to each `cobra.Command` to provide the end user with working example can simplify their understanding of Arlon Aha! Link: https://pf9.aha.io/features/ARLON-399