kubernetes-retired / cluster-api-provider-nested

Cluster API Provider for Nested Clusters
Apache License 2.0
301 stars 67 forks source link

Write a tutorial for new CAPN users #52

Closed Fei-Guo closed 3 years ago

Fei-Guo commented 3 years ago

We need to provide a document to describe how to launch a pod base control plane from scratch.

Fei-Guo commented 3 years ago

/assign @charleszheng44

christopherhein commented 3 years ago

Nice, this is going to be a fun one, we gotta instruct folks on how to install clusterctl and then how to install. I wonder if this should be done after we cut a first v0.0.1-alpha release so that we can have clusterctl properly deploy CAPN as a control plane provider and infra provider.

Fei-Guo commented 3 years ago

In my opinion, we should have a tutorial about deploying CAPN before the first release. We can either wait until clusterctl is ready for CAPN before the first release or we can prepare a yaml version tutorial first if the clusterctl support takes longer time.

christopherhein commented 3 years ago

That's fair, I'll file some issues for generating all the clusterctl needed manifests for CAPN to work with clusterctl.

christopherhein commented 3 years ago

/kind documentation /milestone v0.1.x

gyliu513 commented 3 years ago

Hope we can have the tutorial as soon as possible so that users can have a early try ;)

christopherhein commented 3 years ago

@gyliu513 check out https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/master/docs/README.md and make sure that works for you, if not could you file w/e issues you have. Thanks!