kubernetes-retired / cluster-api-provider-nested

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

🌱 Setup CAPN to support clusterctl #54

Closed christopherhein closed 3 years ago

christopherhein commented 3 years ago

There are multiple manifests necessary to satify the clusterctl provider contract. We need to make sure CAPN has these files so users can:

clusterctl init \
   --core cluster-api:v0.4.0-beta.0 \
   --control-plane nested:v0.1.0 \
   --infrastructure nested:v0.1.0

Links

https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html

christopherhein commented 3 years ago

/milestone v0.1.x

christopherhein commented 3 years ago

/close

This was completed in the last linked CAPI PR https://github.com/kubernetes-sigs/cluster-api/pull/4792

k8s-ci-robot commented 3 years ago

@christopherhein: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/cluster-api-provider-nested/issues/54#issuecomment-859039273): >/close > >This was completed in the last linked CAPI PR https://github.com/kubernetes-sigs/cluster-api/pull/4792 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.