Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 17 forks source link

Provide switches for az capi management create for full automation #194

Closed dtzar closed 2 months ago

dtzar commented 1 year ago

As a user, I'd like to utilize az capi management create to provision a management cluster on AKS from my orchestration engine so that I can quickly/easily provision CAPZ management clusters. I need no prompts so that I can:

  1. "No, I don't want the current context". There is only a --yes option for this
  2. I want to create an azure management cluster in AKS (not local docker container). There is no switch for this.
dtzar commented 2 months ago

Closing this as opting to do this via GitOps instead