arlon icon indicating copy to clipboard operation
arlon copied to clipboard

A kubernetes cluster lifecycle management and configuration tool

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

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

enhancement
Needs Review
size:M
clusterclass

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

enhancement
help wanted
size:L

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

enhancement
Needs Review
size:M
clusterclass

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

enhancement
size:M
UX

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

dependencies

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

bug
Needs Review

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

good first issue
User Guide
Needs Review
Requirement