Helm 取得資訊
helm get
下載指定版本release的擴展信息
概要
此命令包含多個子命令,可用於獲取有關版本release的擴展信息,包括
- 用於生成版本release的值
- 生成的資訊清單文件
- 版本release圖表提供的注意事項
- 與版本release關聯的掛鉤
- 版本release的詮釋資料
選項
-h, --help help for get
從父命令繼承的選項
--burst-limit int client-side default throttling limit (default 100)
--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-ca-file string the certificate authority file for the Kubernetes API server connection
--kube-context string name of the kubeconfig context to use
--kube-insecure-skip-tls-verify if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kube-tls-server-name string server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
--kube-token string bearer token used for authentication
--kubeconfig string path to the kubeconfig file
-n, --namespace string namespace scope for this request
--qps float32 queries per second used when communicating with the Kubernetes API, not including bursting
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.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")
另請參閱
- helm - Kubernetes 的 Helm 套件管理器。
- helm get all - 下載指定版本release的所有信息
- helm get hooks - 下載指定版本release的所有掛鉤
- helm get manifest - 下載指定版本release的資訊清單
- helm get metadata - 此命令獲取指定版本release的詮釋資料
- helm get notes - 下載指定版本release的注意事項
- helm get values - 下載指定版本release的值文件