Allow clusterctl
to specify a custom Workload Cluster template
#2133
Labels
area/clusterctl
Issues or PRs related to clusterctl
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
User Story
As an operator I would like to be able to choose between multiple Workload Cluster templates when using
clusterctl
to create a new Workload Cluster. I might do this for a few reasons:Detailed Description
As an operator I would like to store my Workload Cluster templates in source control, like GitHub. When deploying a cluster using
clusterctl
I'd like to be able to choose the template, like:clusterctl config cluster dev --source=https://github.com/aaroniscode/capi-templates/capa-vpc-cni.yaml
Might also want to be able to use a local file
clusterctl config cluster dev --source=~/templates/capa-vpc-cni.yaml
/kind feature
/area clusterctl
The text was updated successfully, but these errors were encountered: