Fix typo in Kubernetes access doc (R2, R3)
Remove the redundant 'helm' from Step 1. in section 'Kubernetes dashboard'. Applies to both R2 and R3. Closes-Bug: 1849341 Change-Id: I1df13c79ae70ec445908dcd3f29ba8a696710e62 Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
parent
d0d10e7702
commit
31b0bb2aa4
@ -122,7 +122,7 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
|
||||
name: kubernetes-dashboard
|
||||
EOF
|
||||
|
||||
helm helm repo update
|
||||
helm repo update
|
||||
|
||||
helm install stable/kubernetes-dashboard --name dashboard -f dashboard-values.yaml
|
||||
|
||||
|
@ -122,7 +122,7 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
|
||||
name: kubernetes-dashboard
|
||||
EOF
|
||||
|
||||
helm helm repo update
|
||||
helm repo update
|
||||
|
||||
helm install stable/kubernetes-dashboard --name dashboard -f dashboard-values.yaml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user