Matthew Fisher
eb1ba03e24
update links to get.helm.sh
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Martin Hickey
4ad8b0cb00
Update from source section in install doc
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
7 years ago
Matthew Fisher
2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Matthew Fisher
2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g ( #5404 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
roc
79f88dfc5e
ref(url) update helm's github url ( #4962 )
...
https://github.com/kubernetes/helm -> https://github.com/helm/helm
https://github.com/kubernetes/charts -> https://github.com/helm/charts
Signed-off-by: Roc Chan <roc@imroc.io>
8 years ago
Martin Hickey
82c154e2ae
doc(helm): remove Tiller reference from the docs ( #4788 )
...
* Remove Tiller reference from the docs
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Update comments after review
- https://github.com/helm/helm/pull/4788#discussion_r226037034
- https://github.com/helm/helm/pull/4788#discussion_r226037064
- https://github.com/helm/helm/pull/4788#discussion_r226037806
- https://github.com/helm/helm/pull/4788#discussion_r226038492
- https://github.com/helm/helm/pull/4788#discussion_r226039202
- https://github.com/helm/helm/pull/4788#discussion_r226039894
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
8 years ago
Adam Reese
840c489c6b
feat(dep): replace glide with dep
8 years ago
Adam Reese
358746fee6
ref(*): remove HELM_HOST
8 years ago
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
8 years ago
Stefan Henseler
c6faed101b
Updates readme with choco install command
8 years ago
lihuangzym
b9bd81dc7f
the spell check
9 years ago
Ralph Squillace
9dd74690c2
Updating the guidance for securing your Helm installation ( #3228 )
...
* first staging
* Filled out RBAC and TLS
* Finished draft.
* smoothing
* gRPC endpoint tooling moved up and cleaned
* updating install.md
* addressed comments; will continue expanding and iterating
9 years ago
Justin Scott
8203d813a5
docs(helm): Correct --set to --override in helm init example
9 years ago
Taylor Thomas
5e10814eb6
docs(tiller): Adds documentation for secret backend
...
Adds documentation for running `tiller` with the new secrets backend
added in #2721
9 years ago
Justin Scott
16c579f3a3
feat(helm): Add --node-selectors and --output flags to helm init
...
This feature enables users to specify more control over where Tiller pod
lands by allowing "node-selectors" to be specified. Alternatively, the
"--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
Closes #2299
9 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
9 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
9 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
9 years ago
Tao Zhou
d19b6cdd66
docs(install): add doc to use `helm reset` to delete tiller deployment
10 years ago
Matt Butcher
70f4f702e3
docs(install): document new upgrade process
...
This documents the new 'helm init --upgrade' flag.
Closes #1704
Closes #1755
10 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
10 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
10 years ago
Adam Reese
84928e2751
feat(*): allow tiller to be installed in an alternate namespace
...
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar
to use tiller in an alternate namespace.
closes #1418
10 years ago
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
...
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
10 years ago
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
...
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
10 years ago
Anthony Yeh
9c74dae4ff
docs(install): fix deployment name in tiller delete command
10 years ago
Matt Butcher
1e213634cf
docs(install): document installer script
...
This adds documentation for 'scripts/get'.
10 years ago
Matt Butcher
1a8d39b4ec
Merge pull request #1423 from technosophos/docs/tiller-upgrade
...
docs(install): show tiller image upgrade option
10 years ago
Matt Butcher
4ad800b63a
docs(install): show tiller image upgrade option
...
This provides an example of an in-place upgrade to Tiller using `kubectl
set image`.
10 years ago
Jim
0ec45adf6e
docs(*): use '--namespace' instead of '-n'
...
Fixes #1393
10 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
10 years ago
Nic Roland
6eb3dd1d6c
docs(helm): Fix broken link to glide project
10 years ago
Ken Wronkiewicz
3c27a071ae
docs(install): Add reference to hg in install docs
...
Also, hg is required.
10 years ago
Ken Wronkiewicz
f333bc37a0
docs(install): Add reference to glide in install docs
...
The user needs to get all of the way down to developers docs to
realize they need glide, but if you follow a user who doesn't
necessarily want to develop but wants to build from source, you'd
follow this path:
README -> Quick Start -> Releases -> . o O (Source doesn't work)
-> Install
And then you'd realize that you need Glide.
This one-liner patch fixes that. :)
10 years ago
Matt Butcher
6691b79f30
docs(install): Add information on using canary releases
...
This includes documentation on how to use Helm and Tiller canary
releases.
10 years ago
Matt Butcher
7d8b5bbb49
docs(install, using): add installation and usage docs
10 years ago