Commit graph

18 commits

Author SHA1 Message Date
Matthew Fisher
2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-03-12 09:47:12 -07:00
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>
2018-11-28 10:08:38 -08:00
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>
2018-10-18 10:30:39 -07:00
Matthew Fisher
195d21d5d7
ref(cmd): rename helm delete to helm uninstall
To match the convention of `helm install`, `helm uninstall` is the inverse.

Other tangential changes in this PR:

- StatusDeleting has been changed to StatusUninstalling
- StatusDeleted has been changed to StatusUninstalled
- `helm list --deleted` has been changed to `helm list --uninstalled`
- `helm list --deleting` has been changed to `helm list --uninstalling`
- `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`

I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because

1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here

`helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
2018-06-14 15:46:00 -07:00
Luk Burchard
6029f4dc93
Fix helm ls in Quickstart 2017-12-11 13:39:03 +01:00
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
2017-12-06 08:55:24 -08:00
Ralph Squillace
c20ec8feda fixed bad link. 2017-11-26 12:02:16 -08:00
Matt Butcher
79ccafde2b
docs(quickstart): add clarifications about RBAC, TLS (#3180)
This puts pointers to RBAC and TLS docs in the quickstart guide.
2017-11-21 12:53:32 -07:00
Matt Butcher
70f4f702e3
docs(install): document new upgrade process
This documents the new 'helm init --upgrade' flag.

Closes #1704
Closes #1755
2017-01-24 15:09:15 -07:00
Steve Wilkerson
0c8cff47ae Typo in helm quickstart guide.
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
2016-12-20 10:32:09 -06:00
Matt Butcher
627c59d148 docs(*): refresh docs
This refreshes docs, as discussed in #719, and adds a few new sections
to the docs.

Closes #719
2016-10-17 12:15:10 -06:00
Matt Butcher
1c6fc9c0e8 feat(helm): remove the requirement that fetch/install need version
This removes the requirement that a fetch or install command must
explicitly state the version number to install. Instead, this goes to
the strategy used by OS package managers: Install the latest until told
to do otherwise.

Closes #1198
2016-10-07 12:25:14 -06:00
Jeremy Brown
f51c729046 fix for links to docs/examples in the quickstart 2016-08-26 13:04:38 +01:00
Jess Frazelle
fed862985e
add docs table of contents and update quick start
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-08-22 11:26:05 -07:00
Martin Linkhorst
a5eb5d7e03 fix(docs): fix typo 2016-05-25 20:53:19 +02:00
runseb
2bbdff9e8f Update quickstart.md
move from _remove_ to _delete_
2016-05-19 12:21:02 +02:00
Matt Butcher
9e060b0449 docs(*): fixed minor issues with the docs. 2016-04-28 09:51:01 -06:00
Matt Butcher
e0eb95be86 docs(*): add arch, charts, and quickstart docs 2016-04-27 11:30:34 -06:00