mirror of https://github.com/helm/helm
parent
bd2fad1987
commit
ea63663455
@ -0,0 +1,38 @@
|
|||||||
|
## helm reset
|
||||||
|
|
||||||
|
uninstalls Tiller from a cluster
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This command uninstalls Tiller (the helm server side component) from your
|
||||||
|
Kubernetes Cluster and optionally deletes local configuration in
|
||||||
|
$HELM_HOME (default ~/.helm/)
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
helm reset
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-f, --force forces Tiller uninstall even if there are releases installed
|
||||||
|
--remove-helm-home if set deletes $HELM_HOME
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--debug enable verbose output
|
||||||
|
--home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
|
||||||
|
--host string address of tiller. Overrides $HELM_HOST
|
||||||
|
--kube-context string name of the kubeconfig context to use
|
||||||
|
--tiller-namespace string namespace of tiller (default "kube-system")
|
||||||
|
```
|
||||||
|
|
||||||
|
### SEE ALSO
|
||||||
|
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||||
|
|
||||||
|
###### Auto generated by spf13/cobra on 11-Mar-2017
|
@ -0,0 +1,39 @@
|
|||||||
|
## helm test
|
||||||
|
|
||||||
|
test a release
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
The test command runs the tests for a release.
|
||||||
|
|
||||||
|
The argument this command takes is the name of a deployed release.
|
||||||
|
The tests to be run are defined in the chart that was installed.
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
helm test [RELEASE]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
--cleanup delete test pods upon completion
|
||||||
|
--timeout int time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--debug enable verbose output
|
||||||
|
--home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
|
||||||
|
--host string address of tiller. Overrides $HELM_HOST
|
||||||
|
--kube-context string name of the kubeconfig context to use
|
||||||
|
--tiller-namespace string namespace of tiller (default "kube-system")
|
||||||
|
```
|
||||||
|
|
||||||
|
### SEE ALSO
|
||||||
|
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||||
|
|
||||||
|
###### Auto generated by spf13/cobra on 11-Mar-2017
|
@ -0,0 +1,62 @@
|
|||||||
|
.TH "HELM" "1" "Mar 2017" "Auto generated by spf13/cobra" ""
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
.PP
|
||||||
|
helm\-reset \- uninstalls Tiller from a cluster
|
||||||
|
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.PP
|
||||||
|
\fBhelm reset\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
This command uninstalls Tiller (the helm server side component) from your
|
||||||
|
Kubernetes Cluster and optionally deletes local configuration in
|
||||||
|
$HELM\_HOME (default \~/.helm/)
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
.PP
|
||||||
|
\fB\-f\fP, \fB\-\-force\fP[=false]
|
||||||
|
forces Tiller uninstall even if there are releases installed
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-remove\-helm\-home\fP[=false]
|
||||||
|
if set deletes $HELM\_HOME
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
|
.PP
|
||||||
|
\fB\-\-debug\fP[=false]
|
||||||
|
enable verbose output
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-home\fP="~/.helm"
|
||||||
|
location of your Helm config. Overrides $HELM\_HOME
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-host\fP=""
|
||||||
|
address of tiller. Overrides $HELM\_HOST
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-kube\-context\fP=""
|
||||||
|
name of the kubeconfig context to use
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
||||||
|
namespace of tiller
|
||||||
|
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.PP
|
||||||
|
\fBhelm(1)\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH HISTORY
|
||||||
|
.PP
|
||||||
|
11\-Mar\-2017 Auto generated by spf13/cobra
|
@ -0,0 +1,64 @@
|
|||||||
|
.TH "HELM" "1" "Mar 2017" "Auto generated by spf13/cobra" ""
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
.PP
|
||||||
|
helm\-test \- test a release
|
||||||
|
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.PP
|
||||||
|
\fBhelm test [RELEASE]\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
The test command runs the tests for a release.
|
||||||
|
|
||||||
|
.PP
|
||||||
|
The argument this command takes is the name of a deployed release.
|
||||||
|
The tests to be run are defined in the chart that was installed.
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
.PP
|
||||||
|
\fB\-\-cleanup\fP[=false]
|
||||||
|
delete test pods upon completion
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-timeout\fP=300
|
||||||
|
time in seconds to wait for any individual kubernetes operation (like Jobs for hooks)
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
|
.PP
|
||||||
|
\fB\-\-debug\fP[=false]
|
||||||
|
enable verbose output
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-home\fP="~/.helm"
|
||||||
|
location of your Helm config. Overrides $HELM\_HOME
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-host\fP=""
|
||||||
|
address of tiller. Overrides $HELM\_HOST
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-kube\-context\fP=""
|
||||||
|
name of the kubeconfig context to use
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
||||||
|
namespace of tiller
|
||||||
|
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.PP
|
||||||
|
\fBhelm(1)\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH HISTORY
|
||||||
|
.PP
|
||||||
|
11\-Mar\-2017 Auto generated by spf13/cobra
|
Loading…
Reference in new issue