Skip to content

Commit

Permalink
Fix markdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvonthenen committed Dec 5, 2019
1 parent 2c77b1f commit f0c2cbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/book/tutorials/kubernetes-on-vsphere-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ For Helm v3.0.0+, we need to add the `stable` charts repo on Helm in order to co
# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!
Update Complete. ⎈ Happy Helming!
```
You can verify access to the `stable` repo by search for the Helm chart for vSphere CPI.
```bash
# helm search repo vsphere-cpi
NAME CHART VERSION APP VERSION DESCRIPTION
stable/vsphere-cpi 0.1.2 1.0.0 A Helm chart for vSphere Cloud Provider Interfa...
NAME CHART VERSION APP VERSION DESCRIPTION
stable/vsphere-cpi 0.1.2 1.0.0 A Helm chart for vSphere Cloud Provider Interfa...
```
### Check that all nodes are tainted
Expand Down Expand Up @@ -200,7 +200,6 @@ stringData:
Once the `configMap` and `secret` have been created, deploy the Helm Chart for vSphere CPI by running the following command:
```bash
# helm install vsphere-cpi stable/vsphere-cpi
```
Expand Down Expand Up @@ -267,4 +266,4 @@ To uninstall/delete the vsphere-cpi deployment:
# helm delete vsphere-cpi
```
You can delete the `configMap` and `secret` for the vSphere CPI if they are no longer needed.
You can delete the `configMap` and `secret` for the vSphere CPI if they are no longer needed.

0 comments on commit f0c2cbc

Please sign in to comment.