arlon
arlon copied to clipboard
A kubernetes cluster lifecycle management and configuration tool
When a user pushes a change to a base cluster that affects fields that CAPI providers treat as immutable, such as the `instanceType` or `additionalTags` of the AWSMachineTemplate spec, then:...
Tracking issue for: - [ ] https://github.com/arlonproj/arlon/security/code-scanning/12 Aha! Link: https://pf9.aha.io/features/ARLON-269
the Arlon CLI depends on a current authenticated argocd CLI authentication existing on the users workstation. Arlon shouldn't have this dependency. Further, if it does it should inform the user...
CAS is supported for current-gen clusters via flags and the Helm chart which provisions CallHomeConfig resource if needed. This is for porting that work to next-gen clusters. Note that this...
[Background is here](https://github.com/arlonproj/arlon/wiki/%5BFeature%5D-Enforcement-&-Audit-Trails) This enhancement is about simplifying managing how clusters are operated, what happens when an object that's managed by Arlon changes, how users are notified of the change...
As an Arlon user leveraging the Create Profile and Create ClusterSpec commands to wtite to git I expect Arlon to validate the YAML prior to writing it to Git. So...
"Deploy as baseline" where the CAPI YAML is cloned and sync is manual. The cluster is built from a profile in Git, but the profile is cloned so it is...
As I have many existing clusters it would be great to be able to bulk apply Profiles to multiple clusters in a single command/action. Aha! Link: https://pf9.aha.io/features/ARLON-160
This approach uses the Profile and clusterSpec in git as a template where the original objects are duplicated such that any cluster using it runs from a an independent clone....
**Is your feature request related to a problem? Please describe.** Users that hand-build CAPI clusters in the same management cluster that Arlon is running in are going to find it...