-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Launch RKE2 + vSphere #4083
base: master
Are you sure you want to change the base?
Launch RKE2 + vSphere #4083
Conversation
...2.6/en/cluster-provisioning/rke-clusters/node-pools/vsphere/vsphere-machine-config/_index.md
Outdated
Show resolved
Hide resolved
...2.6/en/cluster-provisioning/rke-clusters/node-pools/vsphere/vsphere-machine-config/_index.md
Outdated
Show resolved
Hide resolved
...cluster-provisioning/rke-clusters/node-pools/vsphere/provisioning-vsphere-clusters/_index.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,112 @@ | |||
--- | |||
title: vSphere Machine Configuration |
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.
Not familiar with vSphere configuration, so looking for someone with more expertise to review this page.
@slickwarren , hopefully you can help.
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.
some clarifications are needed, but overall looks good. Sorry for the delay on this, missed it and did not note to come back to this.
weight: 5 | ||
--- | ||
|
||
For more information about Azure, refer to the official [vSphere documentation.](https://docs.vmware.com/en/VMware-vSphere/index.html) |
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.
why does this say Azure
?
|
||
# Networks | ||
|
||
The node template now allows a VM to be provisioned with multiple networks. In the **Networks** field, you can now click **Add Network** to add any networks available to you in vSphere. |
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 would add that you should add at least one network
, as there is not one added by default for the user.
- **Provision Storage:** For an example of how to provision storage in vSphere using Rancher, refer to [this section.]({{<baseurl>}}/rancher/v2.6/en/cluster-admin/volumes-and-storage/examples/vsphere) In order to dynamically provision storage in vSphere, the vSphere provider must be [enabled.]({{<baseurl>}}/rancher/v2.6/en/cluster-provisioning/rke-clusters/cloud-providers/vsphere) |
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 would emphasize and explicitly mention that you must add the cloud provider (for vsphere, or any other provider for that matter) when creating the rke2 cluster and configure the same credential information (vcenter server, username and password, etc.) for the charts in the addon config section when provisioning the cluster.
Adds new tabs containing instructions sets (manual and cluster template) to launch RKE2 clusters on vSphere.