From 0ec45adf6e7b7ae1c83124678403b0d49d442ff3 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 20 Oct 2016 11:18:10 -0400 Subject: [PATCH] docs(*): use '--namespace' instead of '-n' Fixes #1393 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index f781889dc..8aa6695f0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -154,7 +154,7 @@ configuration in ConfigMaps inside of Kubernetes. Because Tiller stores its data in Kubernetes ConfigMaps, you can safely delete and re-install Tiller without worrying about losing any data. The recommended way of deleting Tiller is with `kubectl delete deployment -tiller-deployment -n kube-system` +tiller-deployment --namespace kube-system` ## Conclusion