mirror of https://github.com/helm/helm-www.git
docs(helm): Generate docs for 3.4.0
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
This commit is contained in:
parent
6454920f51
commit
bf1d27b968
|
@ -24,10 +24,22 @@ Environment variables:
|
|||
| $HELM_CACHE_HOME | set an alternative location for storing cached files. |
|
||||
| $HELM_CONFIG_HOME | set an alternative location for storing Helm configuration. |
|
||||
| $HELM_DATA_HOME | set an alternative location for storing Helm data. |
|
||||
| $HELM_DEBUG | indicate whether or not Helm is running in Debug mode |
|
||||
| $HELM_DRIVER | set the backend storage driver. Values are: configmap, secret, memory, postgres |
|
||||
| $HELM_DRIVER_SQL_CONNECTION_STRING | set the connection string the SQL storage driver should use. |
|
||||
| $HELM_MAX_HISTORY | set the maximum number of helm release history. |
|
||||
| $HELM_NAMESPACE | set the namespace used for the helm operations. |
|
||||
| $HELM_NO_PLUGINS | disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins. |
|
||||
| $HELM_PLUGINS | set the path to the plugins directory |
|
||||
| $HELM_REGISTRY_CONFIG | set the path to the registry config file. |
|
||||
| $HELM_REPOSITORY_CACHE | set the path to the repository cache directory |
|
||||
| $HELM_REPOSITORY_CONFIG | set the path to the repositories file. |
|
||||
| $KUBECONFIG | set an alternative Kubernetes configuration file (default "~/.kube/config") |
|
||||
| $HELM_KUBEAPISERVER | set the Kubernetes API Server Endpoint for authentication |
|
||||
| $HELM_KUBEASGROUPS | set the Username to impersonate for the operation. |
|
||||
| $HELM_KUBEASUSER | set the Groups to use for impoersonation using a comma-separated list. |
|
||||
| $HELM_KUBECONTEXT | set the name of the kubeconfig context. |
|
||||
| $HELM_KUBETOKEN | set the Bearer KubeToken used for authentication. |
|
||||
|
||||
Helm stores cache, configuration, and data based on the following configuration order:
|
||||
|
||||
|
@ -47,28 +59,18 @@ By default, the default directories depend on the Operating System. The defaults
|
|||
### Options
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
-h, --help help for helm
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/snap/code/common/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
-h, --help help for helm
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -97,4 +99,4 @@ By default, the default directories depend on the Operating System. The defaults
|
|||
* [helm verify](helm_verify.md) - verify that a chart at the given path has been signed and is valid
|
||||
* [helm version](helm_version.md) - print the client version information
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -21,33 +21,24 @@ Generate autocompletions script for Helm for the specified shell.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
* [helm completion bash](helm_completion_bash.md) - generate autocompletions script for bash
|
||||
* [helm completion fish](helm_completion_fish.md) - generate autocompletions script for fish
|
||||
* [helm completion zsh](helm_completion_zsh.md) - generate autocompletions script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -34,31 +34,21 @@ helm completion bash
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm completion](helm_completion.md) - generate autocompletions script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: "Helm Completion - fish"
|
||||
---
|
||||
|
||||
## helm completion fish
|
||||
|
||||
generate autocompletions script for fish
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
Generate the autocompletion script for Helm for the fish shell.
|
||||
|
||||
To load completions in your current shell session:
|
||||
$ helm completion fish | source
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
$ helm completion fish > ~/.config/fish/completions/helm.fish
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
||||
```
|
||||
helm completion fish
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for fish
|
||||
--no-descriptions disable completion descriptions
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm completion](helm_completion.md) - generate autocompletions script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
|
@ -31,31 +31,21 @@ helm completion zsh
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm completion](helm_completion.md) - generate autocompletions script for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -43,31 +43,21 @@ helm create NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -65,27 +65,17 @@ for this case.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -95,4 +85,4 @@ for this case.
|
|||
* [helm dependency list](helm_dependency_list.md) - list the dependencies for the given chart
|
||||
* [helm dependency update](helm_dependency_update.md) - update charts/ based on the contents of Chart.yaml
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -34,31 +34,21 @@ helm dependency build CHART [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -30,31 +30,21 @@ helm dependency list CHART [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -39,31 +39,21 @@ helm dependency update CHART [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -25,31 +25,21 @@ helm env [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -27,27 +27,17 @@ get extended information about the release, including:
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -59,4 +49,4 @@ get extended information about the release, including:
|
|||
* [helm get notes](helm_get_notes.md) - download the notes for a named release
|
||||
* [helm get values](helm_get_values.md) - download the values file for a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -28,31 +28,21 @@ helm get all RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -28,31 +28,21 @@ helm get hooks RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -30,31 +30,21 @@ helm get manifest RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -26,31 +26,21 @@ helm get notes RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -28,31 +28,21 @@ helm get values RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -39,31 +39,21 @@ helm history RELEASE_NAME [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -119,31 +119,21 @@ helm install [NAME] [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -36,31 +36,21 @@ helm lint PATH [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,8 +23,8 @@ regular expressions (Perl compatible) that are applied to the list of releases.
|
|||
Only items that match the filter will be returned.
|
||||
|
||||
$ helm list --filter 'ara[a-z]+'
|
||||
NAME UPDATED CHART
|
||||
maudlin-arachnid Mon May 9 16:07:08 2016 alpine-0.1.0
|
||||
NAME UPDATED CHART
|
||||
maudlin-arachnid 2020-06-18 14:17:46.125134977 +0000 UTC alpine-0.1.0
|
||||
|
||||
If no results are found, 'helm list' will exit 0, but with no output (or in
|
||||
the case of no '-q' flag, only headers).
|
||||
|
@ -42,52 +42,44 @@ helm list [flags]
|
|||
### Options
|
||||
|
||||
```
|
||||
-a, --all show all releases without any filter applied
|
||||
-A, --all-namespaces list releases across all namespaces
|
||||
-d, --date sort by release date
|
||||
--deployed show deployed releases. If no other is specified, this will be automatically enabled
|
||||
--failed show failed releases
|
||||
-f, --filter string a regular expression (Perl compatible). Any releases that match the expression will be included in the results
|
||||
-h, --help help for list
|
||||
-m, --max int maximum number of releases to fetch (default 256)
|
||||
--offset int next release name in the list, used to offset from start value
|
||||
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
|
||||
--pending show pending releases
|
||||
-r, --reverse reverse the sort order
|
||||
-q, --short output short (quiet) listing format
|
||||
--superseded show superseded releases
|
||||
--uninstalled show uninstalled releases (if 'helm uninstall --keep-history' was used)
|
||||
--uninstalling show releases that are currently being uninstalled
|
||||
-a, --all show all releases without any filter applied
|
||||
-A, --all-namespaces list releases across all namespaces
|
||||
-d, --date sort by release date
|
||||
--deployed show deployed releases. If no other is specified, this will be automatically enabled
|
||||
--failed show failed releases
|
||||
-f, --filter string a regular expression (Perl compatible). Any releases that match the expression will be included in the results
|
||||
-h, --help help for list
|
||||
-m, --max int maximum number of releases to fetch (default 256)
|
||||
--offset int next release name in the list, used to offset from start value
|
||||
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
|
||||
--pending show pending releases
|
||||
-r, --reverse reverse the sort order
|
||||
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Works only for secret(default) and configmap storage backends.
|
||||
-q, --short output short (quiet) listing format
|
||||
--superseded show superseded releases
|
||||
--time-format string format time. Example: --time-format 2009-11-17 20:34:10 +0000 UTC
|
||||
--uninstalled show uninstalled releases (if 'helm uninstall --keep-history' was used)
|
||||
--uninstalling show releases that are currently being uninstalled
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -31,44 +31,35 @@ helm package [CHART_PATH] [...] [flags]
|
|||
### Options
|
||||
|
||||
```
|
||||
--app-version string set the appVersion on the chart to this version
|
||||
-u, --dependency-update update dependencies from "Chart.yaml" to dir "charts/" before packaging
|
||||
-d, --destination string location to write the chart. (default ".")
|
||||
-h, --help help for package
|
||||
--key string name of the key to use when signing. Used if --sign is true
|
||||
--keyring string location of a public keyring (default "~/.gnupg/pubring.gpg")
|
||||
--sign use a PGP private key to sign this package
|
||||
--version string set the version on the chart to this semver version
|
||||
--app-version string set the appVersion on the chart to this version
|
||||
-u, --dependency-update update dependencies from "Chart.yaml" to dir "charts/" before packaging
|
||||
-d, --destination string location to write the chart. (default ".")
|
||||
-h, --help help for package
|
||||
--key string name of the key to use when signing. Used if --sign is true
|
||||
--keyring string location of a public keyring (default "~/.gnupg/pubring.gpg")
|
||||
--passphrase-file string location of a file which contains the passphrase for the signing key. Use "-" in order to read from stdin.
|
||||
--sign use a PGP private key to sign this package
|
||||
--version string set the version on the chart to this semver version
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -21,27 +21,17 @@ Manage client-side Helm plugins.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -52,4 +42,4 @@ Manage client-side Helm plugins.
|
|||
* [helm plugin uninstall](helm_plugin_uninstall.md) - uninstall one or more Helm plugins
|
||||
* [helm plugin update](helm_plugin_update.md) - update one or more Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -26,31 +26,21 @@ helm plugin install [options] <path|url>... [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,31 +23,21 @@ helm plugin list [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,31 +23,21 @@ helm plugin uninstall <plugin>... [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,31 +23,21 @@ helm plugin update <plugin>... [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -51,31 +51,21 @@ helm pull [chart URL | repo/chartname] [...] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,27 +23,17 @@ It can be used to add, remove, list, and index chart repositories.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -55,4 +45,4 @@ It can be used to add, remove, list, and index chart repositories.
|
|||
* [helm repo remove](helm_repo_remove.md) - remove one or more chart repositories
|
||||
* [helm repo update](helm_repo_update.md) - update information of available charts locally from chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -17,6 +17,7 @@ helm repo add [NAME] [URL] [flags]
|
|||
### Options
|
||||
|
||||
```
|
||||
--allow-deprecated-repos by default, this command will not allow adding official repos that have been permanently deleted. This disables that behavior
|
||||
--ca-file string verify certificates of HTTPS-enabled servers using this CA bundle
|
||||
--cert-file string identify HTTPS client using this SSL certificate file
|
||||
--force-update replace (overwrite) the repo if it already exists
|
||||
|
@ -31,31 +32,21 @@ helm repo add [NAME] [URL] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -34,31 +34,21 @@ helm repo index [DIR] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -24,31 +24,21 @@ helm repo list [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,31 +23,21 @@ helm repo remove [REPO1 [REPO2 ...]] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -26,31 +26,21 @@ helm repo update [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -29,6 +29,7 @@ helm rollback <RELEASE> [REVISION] [flags]
|
|||
--dry-run simulate a rollback
|
||||
--force force resource update through delete/recreate if needed
|
||||
-h, --help help for rollback
|
||||
--history-max int limit the maximum number of revisions saved per release. Use 0 for no limit (default 10)
|
||||
--no-hooks prevent hooks from running during rollback
|
||||
--recreate-pods performs pods restart for the resource if applicable
|
||||
--timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s)
|
||||
|
@ -38,31 +39,21 @@ helm rollback <RELEASE> [REVISION] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -23,27 +23,17 @@ search subcommands to search different locations for charts.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -52,4 +42,4 @@ search subcommands to search different locations for charts.
|
|||
* [helm search hub](helm_search_hub.md) - search for charts in the Helm Hub or an instance of Monocular
|
||||
* [helm search repo](helm_search_repo.md) - search repositories for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -36,31 +36,21 @@ helm search hub [keyword] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm search](helm_search.md) - search for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -50,31 +50,21 @@ helm search repo [keyword] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm search](helm_search.md) - search for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -21,27 +21,17 @@ This command consists of multiple subcommands to display information about a cha
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
@ -52,4 +42,4 @@ This command consists of multiple subcommands to display information about a cha
|
|||
* [helm show readme](helm_show_readme.md) - show the chart's README
|
||||
* [helm show values](helm_show_values.md) - show the chart's values
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -37,31 +37,21 @@ helm show all [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -37,31 +37,21 @@ helm show chart [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -37,31 +37,21 @@ helm show readme [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -25,6 +25,7 @@ helm show values [CHART] [flags]
|
|||
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored
|
||||
-h, --help help for values
|
||||
--insecure-skip-tls-verify skip tls certificate checks for the chart download
|
||||
--jsonpath string supply a JSONPath expression to filter the output
|
||||
--key-file string identify HTTPS client using this SSL key file
|
||||
--keyring string location of public keys used for verification (default "~/.gnupg/pubring.gpg")
|
||||
--password string chart repository password where to locate the requested chart
|
||||
|
@ -37,31 +38,21 @@ helm show values [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -14,6 +14,8 @@ The status consists of:
|
|||
- last deployment time
|
||||
- k8s namespace in which the release lives
|
||||
- state of the release (can be: unknown, deployed, uninstalled, superseded, failed, uninstalling, pending-install, pending-upgrade or pending-rollback)
|
||||
- revision of the release
|
||||
- description of the release (can be completion message or error message, need to enable --show-desc)
|
||||
- list of resources that this release consists of, sorted by kind
|
||||
- details on last test suite run, if applicable
|
||||
- additional notes provided by the chart
|
||||
|
@ -29,36 +31,27 @@ helm status RELEASE_NAME [flags]
|
|||
-h, --help help for status
|
||||
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
|
||||
--revision int if set, display the status of the named release with revision
|
||||
--show-desc if set, display the description message of the named release
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -66,31 +66,21 @@ helm template [NAME] [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -30,31 +30,21 @@ helm test [RELEASE] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -36,31 +36,21 @@ helm uninstall RELEASE_NAME [...] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -81,31 +81,21 @@ helm upgrade [RELEASE] [CHART] [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -33,31 +33,21 @@ helm verify PATH [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
|
@ -46,31 +46,21 @@ helm version [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--add-dir-header If true, adds the file directory to the header
|
||||
--alsologtostderr log to standard error as well as files
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log-dir string If non-empty, write log files in this directory
|
||||
--log-file string If non-empty, use this log file
|
||||
--log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
|
||||
--logtostderr log to standard error instead of files (default true)
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
--skip-headers If true, avoid header prefixes in the log messages
|
||||
--skip-log-headers If true, avoid headers when opening log files
|
||||
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v Level number for the log level verbosity
|
||||
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
||||
--debug enable verbose output
|
||||
--kube-apiserver string the address and the port for the Kubernetes API server
|
||||
--kube-as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
|
||||
--kube-as-user string Username to impersonate for the operation
|
||||
--kube-context string name of the kubeconfig context to use
|
||||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 14-Sep-2020
|
||||
###### Auto generated by spf13/cobra on 29-Oct-2020
|
||||
|
|
Loading…
Reference in New Issue