From c903a4417fe3b85ad5667f987bd445abd5ac53d6 Mon Sep 17 00:00:00 2001 From: Frederi Mandin <15192504+frederimandin@users.noreply.github.com> Date: Wed, 13 Sep 2017 17:27:41 +0200 Subject: [PATCH] Corrected a typo in Easy in-cluster installation --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 3691d56b2..af5d57a7b 100755 --- a/docs/install.md +++ b/docs/install.md @@ -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...