-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📖 Add clusterclass quickstart guide #5374
📖 Add clusterclass quickstart guide #5374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for tackling this!
New version fixes most of the nits, errors and issues. Outstanding are things that rely on v1beta1/1.0 - machineDeployment columns and v1beta1 types. I haven't been able to prove this out with clusterctl just yet, but can update as soon as I'm sure. |
Updated now to v1beta1 types using the release candidate version of CAPI and other providers. |
- Install [Kind] and [Docker] | ||
|
||
ClusterClass is currently behind a feature gate that needs to be enabled. | ||
This tutorial will also use another experimental gated feature - Cluster Resource Set - in this tutorial. This is not required for ClusterClass but is used in this tutorial to set up networking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tutorial will also use another experimental gated feature - Cluster Resource Set - in this tutorial. This is not required for ClusterClass but is used in this tutorial to set up networking. | |
This tutorial will also use another experimental gated feature - Cluster Resource Set -. This is not required for ClusterClass to work, but is used in this tutorial to set up networking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tutorial will also use another experimental gated feature - Cluster Resource Set - in this tutorial. This is not required for ClusterClass but is used in this tutorial to set up networking. | |
This tutorial will also use another experimental gated feature - Cluster Resource Set -. This is not required for ClusterClass but is used in this tutorial to set up networking. |
1) KubeadmConfigTemplate | ||
|
||
The ClusterClass - first in the below yaml - contains references to the templates needed to build a full cluster using the shape defined in the ClusterClass. | ||
```yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with both solutions. Up to you
test/infrastructure/docker/examples/clusterclass-quickstart.yaml
Outdated
Show resolved
Hide resolved
@killianmuldoon Can you please resolve the resolved conversations/findings for a better overview? Thank you |
f75e7bf
to
0258a82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last nit from my side
34cbfa0
to
72c16f1
Compare
/lgtm |
- Install [Kind] and [Docker] | ||
|
||
ClusterClass is currently behind a feature gate that needs to be enabled. | ||
This tutorial will also use another experimental gated feature - Cluster Resource Set - in this tutorial. This is not required for ClusterClass but is used in this tutorial to set up networking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tutorial will also use another experimental gated feature - Cluster Resource Set - in this tutorial. This is not required for ClusterClass but is used in this tutorial to set up networking. | |
This tutorial will also use another experimental gated feature - Cluster Resource Set -. This is not required for ClusterClass but is used in this tutorial to set up networking. |
lgtm pending squash |
Signed-off-by: killianmuldoon <[email protected]>
5af66fa
to
233f070
Compare
Squashed |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
What this PR does / why we need it:
Add a simple quick start guide to the CAPI book under experimental features. The guide shows how to create and then update a CAPD cluster from Kind install through to deletion using ClusterClass and Managed Topologies.
Fixes #5368
Signed-off-by: killianmuldoon [email protected]