Update create-cluster-kubeadm.md (#5369)

* Update fedora_ansible_config.md

Fix format.

* Update create-cluster-kubeadm.md

Fix format: add a blank line.

* Update vsphere.md

Fix leading spaces in commands.

* Update fedora_ansible_config.md again
This commit is contained in:
Stewart-YU
2017-09-22 06:01:45 +08:00
committed by Zach Corleissen
parent 29621addd9
commit 88b4eeca2b
3 changed files with 13 additions and 9 deletions
@@ -69,7 +69,7 @@ If you already are running on a machine which has passwordless ssh access to the
*Otherwise* setup ssh on the machines like so (you will need to know the root password to all machines in the cluster).
edit: ~/contrib/ansible/inventory/group_vars/all.yml
edit: `~/contrib/ansible/inventory/group_vars/all.yml`
```yaml
ansible_ssh_user: root
+7 -7
View File
@@ -56,18 +56,18 @@ For each of the virtual machine nodes that will be participating in the cluster,
* Set up GOVC environment
export GOVC_URL='vCenter IP OR FQDN'
export GOVC_USERNAME='vCenter User'
export GOVC_PASSWORD='vCenter Password'
export GOVC_INSECURE=1
export GOVC_URL='vCenter IP OR FQDN'
export GOVC_USERNAME='vCenter User'
export GOVC_PASSWORD='vCenter Password'
export GOVC_INSECURE=1
* Find Node VM Paths
govc ls /datacenter/vm/<vm-folder-name>
govc ls /datacenter/vm/<vm-folder-name>
* Set disk.EnableUUID to true for all VMs
govc vm.change -e="disk.enableUUID=1" -vm='VM Path'
govc vm.change -e="disk.enableUUID=1" -vm='VM Path'
Note: If Kubernetes Node VMs are created from template VM then `disk.EnableUUID=1` can be set on the template VM. VMs cloned from this template, will automatically inherit this property.
@@ -197,7 +197,7 @@ Please visit [known issues](https://vmware.github.io/vsphere-storage-for-kuberne
## Support Level
For quick support please join VMware Code Slack ([#kubernetes](https://vmwarecode.slack.com/messages/kubernetes/)) and post your question.
For quick support please join VMware Code Slack ([kubernetes](https://vmwarecode.slack.com/messages/kubernetes/)) and post your question.
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | --------- | ----------------------------