From 9c74dae4ff26961fa9e240ee369b9cd282187616 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Mon, 7 Nov 2016 11:37:01 -0800 Subject: [PATCH] docs(install): fix deployment name in tiller delete command --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 56af743eb..f7f9a1937 100644 --- a/docs/install.md +++ b/docs/install.md @@ -170,7 +170,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 --namespace kube-system` +tiller-deploy --namespace kube-system` To simply update Tiller to run the latest image, you can run this command: