Helm 获取扩展

    该命令有多个子命令组成,用来获取发布版本的扩展信息,包括:

    • 生成版本的值
    • 生成的清单文件
    • 发布的chart提供的注释
    1. --kube-apiserver string the address and the port for the Kubernetes API server
    2. --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    3. --kube-as-user string username to impersonate for the operation
    4. --kube-context string name of the kubeconfig context to use
    5. --kube-token string bearer token used for authentication
    6. --kubeconfig string path to the kubeconfig file
    7. --registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
    8. --repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
    9. --repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
    • helm - 针对Kubernetes的Helm包管理器
    • - 下载命名版本的所有信息
    • helm get hooks - 下载命名版本的所有钩子
    • - 下载命名版本的清单
    • helm get notes - 下载命名版本的注释