Helm 仓库

    1. --kube-apiserver string the address and the port for the Kubernetes API server
    2. --kube-as-user string username to impersonate for the operation
    3. --kube-context string name of the kubeconfig context to use
    4. --kube-token string bearer token used for authentication
    5. --kubeconfig string path to the kubeconfig file
    6. --registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
    7. --repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
    • helm - 针对Kubernetes的Helm包管理器
    • - 添加chart仓库
    • helm repo index - 基于包含打包chart的目录,生成索引文件
    • - 列举chart仓库
    • helm repo remove - 删除一个或多个仓库
    • - 从chart仓库中更新本地可用chart的信息