Merge pull request #2929 from frederimandin/patch-1

Corrected a typo in Easy in-cluster installation
pull/2946/head
Matthew Fisher 7 years ago committed by GitHub
commit 787d486cf0

@ -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...

Loading…
Cancel
Save