Editing Helm (command)

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
[[helm --help]]
+
<pre>
 +
helm
 +
The Kubernetes package manager
  
* <code>[[helm repo]]</code>
+
Common actions for Helm:
* <code>[[helm template]]</code>
+
 
* <code>[[helm list]]</code>
+
- helm search:    search for charts
* <code>[[helm install]]</code>
+
- helm pull:      download a chart to your local directory to view
* <code>[[helm unsintall]]</code>
+
- helm install:  upload the chart to Kubernetes
* <code>[[helm upgrade]]</code>
+
- helm list:      list releases of charts
* <code>[[helm create]]</code>
+
 
* <code>[[helm show]]</code>
+
Environment variables:
* <code>[[helm pull]]</code>
+
 
* <code>[[helm status]]</code>
+
| Name                              | Description                                                                      |
* <code>[[helm search]]</code>
+
|------------------------------------|-----------------------------------------------------------------------------------|
* <code>[[helm updgrade]]</code>
+
| $HELM_CACHE_HOME                  | set an alternative location for storing cached files.                            |
* <code>[[helm delete]]</code>
+
| $HELM_CONFIG_HOME                  | set an alternative location for storing Helm configuration.                      |
* <code>[[helm lint]]</code>
+
| $HELM_DATA_HOME                    | set an alternative location for storing Helm data.                                |
 +
| $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_NO_PLUGINS                  | disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins.                        |
 +
| $KUBECONFIG                        | set an alternative Kubernetes configuration file (default "~/.kube/config")      |
 +
 
 +
Helm stores cache, configuration, and data based on the following configuration order:
 +
 
 +
- If a HELM_*_HOME environment variable is set, it will be used
 +
- Otherwise, on systems supporting the XDG base directory specification, the XDG variables will be used
 +
- When no other location is set a default location will be used based on the operating system
 +
 
 +
By default, the default directories depend on the Operating System. The defaults are listed below:
 +
 
 +
| Operating System | Cache Path                | Configuration Path            | Data Path              |
 +
|------------------|---------------------------|--------------------------------|-------------------------|
 +
| Linux            | $HOME/.cache/helm        | $HOME/.config/helm             | $HOME/.local/share/helm |
 +
| macOS            | $HOME/Library/Caches/helm | $HOME/Library/Preferences/helm | $HOME/Library/helm      |
 +
| Windows          | %TEMP%\helm              | %APPDATA%\helm                | %APPDATA%\helm         |
 +
 
 +
Usage:
 +
  helm [command]
 +
 
 +
Available Commands:
 +
  completion  generate autocompletions script for the specified shell
 +
  create      create a new chart with the given name
 +
  dependency  manage a chart's dependencies
 +
  env        helm client environment information
 +
  get        download extended information of a named release
 +
  help        Help about any command
 +
  history    fetch release history
 +
  install    install a chart
 +
  lint        examine a chart for possible issues
 +
  list        list releases
 +
  package    package a chart directory into a chart archive
 +
  plugin      install, list, or uninstall Helm plugins
 +
  pull       download a chart from a repository and (optionally) unpack it in local directory
 +
  repo        add, list, remove, update, and index chart repositories
 +
  rollback    roll back a release to a previous revision
 +
  search      search for a keyword in charts
 +
  show        show information of a chart
 +
  status      display the status of the named release
 +
  template    locally render templates
 +
  test        run tests for a release
 +
  uninstall  uninstall a release
 +
  upgrade    upgrade a release
 +
  verify      verify that a chart at the given path has been signed and is valid
 +
  version    print the client version information
 +
 
 +
Flags:
 +
      --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 "/Users/Martin.Tejero/Library/Preferences/helm/registry.json")
 +
      --repository-cache string          path to the file containing cached repository indexes (default "/Users/Martin.Tejero/Library/Caches/helm/repository")
 +
      --repository-config string        path to the file containing repository names and URLs (default "/Users/Martin.Tejero/Library/Preferences/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
 +
 
 +
Use "helm [command] --help" for more information about a command.
 +
</pre>
  
  

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: