Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Helm
Commits
d19b6cdd
Commit
d19b6cdd
authored
8 years ago
by
Tao Zhou
Browse files
Options
Download
Email Patches
Plain Diff
docs(install): add doc to use `helm reset` to delete tiller deployment
parent
2c5e8d5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.md
+1
-1
docs/install.md
with
1 addition
and
1 deletion
+1
-1
docs/install.md
100644 → 100755
+
1
-
1
View file @
d19b6cdd
...
@@ -189,7 +189,7 @@ Setting `TILLER_TAG=canary` will get the latest snapshot of master.
...
@@ -189,7 +189,7 @@ Setting `TILLER_TAG=canary` will get the latest snapshot of master.
Because Tiller stores its data in Kubernetes ConfigMaps, you can safely
Because Tiller stores its data in Kubernetes ConfigMaps, you can safely
delete and re-install Tiller without worrying about losing any data. The
delete and re-install Tiller without worrying about losing any data. The
recommended way of deleting Tiller is with
`kubectl delete deployment
recommended way of deleting Tiller is with
`kubectl delete deployment
tiller-deploy --namespace kube-system`
tiller-deploy --namespace kube-system`
, or more concisely
`helm reset`
.
Tiller can then be re-installed from the client with:
Tiller can then be re-installed from the client with:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help