Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
1a8d39b4
Commit
1a8d39b4
authored
Oct 24, 2016
by
Matt Butcher
Committed by
GitHub
Oct 24, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1423 from technosophos/docs/tiller-upgrade
docs(install): show tiller image upgrade option
parents
054613c0
4ad800b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
install.md
docs/install.md
+11
-0
No files found.
docs/install.md
View file @
1a8d39b4
...
...
@@ -156,6 +156,17 @@ 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`
To simply update Tiller to run the latest image, you can run this
command:
```
console
$
export
TILLER_TAG
=
v2.0.0-beta.1
# Or whatever version you want
$
kubectl
--namespace
=
kube-system
set
image deployments/tiller-deploy
tiller
=
gcr.io/kubernetes-helm/tiller:
$TILLER_TAG
deployment "tiller-deploy" image updated
```
Setting
`TILLER_TAG=canary`
will get the latest snapshot of master.
## Conclusion
In most cases, installation is as simple as getting a pre-built
`helm`
binary
...
...
Write
Preview
Markdown
is supported
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