Commit c903a441 authored by Frederi Mandin's avatar Frederi Mandin Committed by GitHub

Corrected a typo in Easy in-cluster installation

parent 87dd64c2
......@@ -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