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
7 years ago
Justin Scott
8203d813a5
docs(helm): Correct --set to --override in helm init example
7 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
7 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
7 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
7 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
7 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
7 years ago
Tao Zhou
d19b6cdd66
docs(install): add doc to use `helm reset` to delete tiller deployment
8 years ago
Matt Butcher
70f4f702e3
docs(install): document new upgrade process
...
This documents the new 'helm init --upgrade' flag.
Closes #1704
Closes #1755
8 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
8 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
8 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
8 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.
8 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.
8 years ago
Anthony Yeh
9c74dae4ff
docs(install): fix deployment name in tiller delete command
8 years ago
Matt Butcher
1e213634cf
docs(install): document installer script
...
This adds documentation for 'scripts/get'.
8 years ago
Matt Butcher
1a8d39b4ec
Merge pull request #1423 from technosophos/docs/tiller-upgrade
...
docs(install): show tiller image upgrade option
8 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`.
8 years ago
Jim
0ec45adf6e
docs(*): use '--namespace' instead of '-n'
...
Fixes #1393
8 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
8 years ago
Nic Roland
6eb3dd1d6c
docs(helm): Fix broken link to glide project
8 years ago
Ken Wronkiewicz
3c27a071ae
docs(install): Add reference to hg in install docs
...
Also, hg is required.
8 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. :)
8 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.
8 years ago
Matt Butcher
7d8b5bbb49
docs(install, using): add installation and usage docs
8 years ago