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

The trigger `- '!v0.3*' ` excludes v0.3.x releases, but doesn't include other releases The proper trigger for this condition is ```yaml - '*' # include all tags - '!v0.3*' #...

enhancement

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.10.3 to 0.12.3. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.12.3 What's Changed :sparkles: Provide access to admission.Request in custom validator/defaulter in kubernetes-sigs/controller-runtime#1952 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.12.2...v0.12.3 v0.12.2 changes...

wontfix
dependencies

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.0 to 1.20.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.1 1.20.1 Fixes fix false positive gleaks when using ginkgo -p (#577) [cb46517] Fix typos in gomega_dsl.go (#569)...

dependencies

allow bootstrap to read from Git so that Arlon + Argo + capi can be installed from yaml in a users own git this is so that the entire bootstrap...

Needs Review

Fixing Typos in README.md file

documentation

We need an integration test to regression test the main features of arlon: - cluster creation from base cluster, with optional profile - applying a profile to a base cluster...

size:XL
testing

**Is your feature request related to a problem? Please describe.** Many large VMware users are looking to leverage their existing environments to scale Kubernetes clusters, this includes multi-geography businesses where...

enhancement
Needs Review