PatrickLaabs / frigg

'Frigg'tionless Craft GitOps-Enabled Kubernetes Clusters on Any Cloud
https://patricklaabs.github.io/frigg/
MIT License
5 stars 0 forks source link

:sparkles: feat: Cluster Manifest Generation #124

Open PatrickLaabs opened 6 months ago

PatrickLaabs commented 6 months ago

/kind feature

Describe the solution you'd like [A clear and concise description of what you want to happen.]

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

PatrickLaabs commented 6 months ago

https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/Makefile#L716C2-L716C57

PatrickLaabs commented 6 months ago
 clusterctl generate cluster <CLUSTERNAME> \
    --infrastructure vsphere|capd|azure \
    --kubernetes-version v1.29.0 \
    --control-plane-machine-count 1 \
    --worker-machine-count 3 \
   --config vcim-clusterctl.yaml \
   --kubeconfig <*.kubeconfig> \
   > cluster.yaml