Helm 补全

    为Helm生成针对于指定shell的自动补全脚本

    1. --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    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-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
    8. --repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
    • helm - 针对Kubernetes的Helm包管理器
    • - 为bash生成自动补全脚本
    • helm completion fish - 为fish生成自动补全脚本
    • - 为zsh生成自动补全脚本