-
Notifications
You must be signed in to change notification settings - Fork 84
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
Added documentaion for usage of ClusterClass to create Power VS cluster #969
Added documentaion for usage of ClusterClass to create Power VS cluster #969
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
/lgtm
### Deploy Power VS cluster with IBM Power VS cloud provider | ||
|
||
``` | ||
CLUSTER_CLASS_NAME="powervs-cc" \ |
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.
Rest all the variables are in the format of IBMPOWERVS_*
so wondering if need to rename this one too?
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 will change this to IBMPOWERVS_CLUSTER_CLASS_NAME
EXP_CLUSTER_RESOURCE_SET: "true" | ||
CLUSTER_TOPOLOGY: "true" |
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.
where these 2 variables are referenced? I don't see them anywhere in the code?
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.
Any supporting document who is using these variables will be great.
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.
ClusterClass is a Experimental feature: https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/index.html.
Enabling the feature gate: https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/book/src/user/quick-start.md#enabling-feature-gates
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.
do you mind adding same information into the doc?
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.
Yes sure, I can do that
kustomize_substitutions: | ||
IBMCLOUD_API_KEY: "XXXXXXXXXXXXXXXXXX" | ||
POWERVS_PROVIDER_ID_FORMAT: "v2" | ||
EXP_CLUSTER_RESOURCE_SET: "true" |
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.
do we need this EXP_CLUSTER_RESOURCE_SET
for this section?
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.
Since we are using external cloud provider for cluster which intern needs cluster resource set which also behind this feature gate.
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.
Lets add that information into the doc
78a4aba
to
0ee8c41
Compare
0ee8c41
to
83af086
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Karthik-K-N, mkumatag, Prajyot-Parab 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 |
What this PR does / why we need it:
ClusterClass support for Power VS was added with the PR: , This PR adds the documentation on how to create cluster using ClusterClass
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
/area provider/ibmcloud
Release note: