Skip to content

Commit

Permalink
Require disk.EnableUUID for vsphere deployment (#875)
Browse files Browse the repository at this point in the history
* Require disk.EnableUUID for vsphere deployment

Signed-off-by: Chin-Ya Huang <[email protected]>

* Slight wording update

Co-authored-by: Markus Napp <[email protected]>
  • Loading branch information
c3y1huang and Markus Napp committed Jun 9, 2020
1 parent 72717a8 commit 68502d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions adoc/deployment-bootstrap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,17 @@ When cloud provider integration is enabled, it's very important to bootstrap and
These names will be used by the `vSphere` cloud controller manager to reconcile node metadata.
====

[IMPORTANT]
====
Each virtual machine requires to have `disk.EnableUUID` enabled to successfully mount the virtual disks.
Clusters provisioned following link:{docurl}single-html/caasp-deployment/#_using_terraform[Deploying VMs from the Template] with `cpi_enable = true` automatically enables `disk.EnableUUID`.
For clusters provisioned by any other method, ensure virtual machines are set to use `disk.EnableUUID`.
For more information, refer to: link:https://docs.vmware.com/en/VMware-vSphere/6.7/Cloud-Native-Storage/GUID-3501C3F2-7D7C-45E9-B20A-F3F70D1E4679.html[Configure Kubernetes Cluster Virtual Machines] .
====

===== Integrate External LDAP TLS

. Based on the manifest in `~/clusters/<CLUSTER_NAME>/addons/dex/base/dex.yml`, provide a kustomize patch to `~/clusters/<CLUSTER_NAME>/addons/dex/patches/custom.yml` of the form of strategic merge patch or a JSON 6902 patch.
Expand Down

0 comments on commit 68502d7

Please sign in to comment.