如何从 AKS 导出舵图
How to export helm charts from AKS
我是 Kubernetes 的新手。我想知道我们可以从 Kubernetes 服务导出 helm 图表吗?然后我想使用那个 helm chart 来部署另一个 AKS。
谢谢!
请参阅文档的此 section 以了解更多详细信息。导出 Helm 图表的示例:
helm chart export mycontainerregistry.azurecr.io/helm/hello-world:v1 \
--destination ./install
我是 Kubernetes 的新手。我想知道我们可以从 Kubernetes 服务导出 helm 图表吗?然后我想使用那个 helm chart 来部署另一个 AKS。 谢谢!
请参阅文档的此 section 以了解更多详细信息。导出 Helm 图表的示例:
helm chart export mycontainerregistry.azurecr.io/helm/hello-world:v1 \
--destination ./install