Commit 787d486c authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #2929 from frederimandin/patch-1

Corrected a typo in Easy in-cluster installation
parents aac847b5 c903a441
......@@ -102,7 +102,7 @@ whatever cluster `kubectl` connects to by default (`kubectl config
view`). Once it connects, it will install `tiller` into the
`kube-system` namespace.
After `helm init`, you should be able to run `kubectl get po --namespace
After `helm init`, you should be able to run `kubectl get pods --namespace
kube-system` and see Tiller running.
You can explicitly tell `helm init` to...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment