helm dependency build
版权声明:本文为 码农文档 原创译文,遵循 CC 4.0 BY-NC-SA 版权协议,转载请附上原文出处链接和本声明。
公告:如果您也想加入翻译队伍,或者您有相关中文文档想要贡献给大家,请联系coderdocument@163.com ,谢谢!
根据 requirements.lock
文件重新构建charts/
目录。
大纲
根据 requirements.lock
文件重新构建charts/
目录。
构建用于重构chart对 requirements.lock
文件中指定的状态的依赖关系。
如果没有找到 requirements.lock
文件,helm dependency build
将反映helm dependency update
命令的行为。这意味着它将更新磁盘上的依赖来反映requirements.yaml
。并生成一个锁文件。
helm dependency build [flags] CHART
选项
-h, --help help for build
--keyring string Keyring containing public keys (default "~/.gnupg/pubring.gpg")
--verify Verify the packages against signatures
从父命令继承的选项
--debug Enable verbose output
--home string Location of your Helm config. Overrides $HELM-HOME (default "~/.helm")
--host string Address of Tiller. Overrides $HELM-HOST
--kube-context string Name of the kubeconfig context to use
--kubeconfig string Absolute path of the kubeconfig file to be used
--tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
--tiller-namespace string Namespace of Tiller (default "kube-system")
另请参阅
helm dependency
:管理Helm chart依赖