We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://lessisbetter.site/2020/11/17/kustomize/
kustomize简介kustomize是一个自定义管理原始的YAML模板资源文件的工具,同时无需修改原始的YAML文件。 对于kustomize的理解是,它借助了docker镜像的类似概念:可以一层层的进行覆盖。 Kustmoize有Base和Overlay 2个概念,被依赖的层成为base,当前进行覆盖操作的层成为overlay。所以1个overlay,也可以是另外overlay的base。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://lessisbetter.site/2020/11/17/kustomize/
kustomize简介kustomize是一个自定义管理原始的YAML模板资源文件的工具,同时无需修改原始的YAML文件。 对于kustomize的理解是,它借助了docker镜像的类似概念:可以一层层的进行覆盖。 Kustmoize有Base和Overlay 2个概念,被依赖的层成为base,当前进行覆盖操作的层成为overlay。所以1个overlay,也可以是另外overlay的base。
The text was updated successfully, but these errors were encountered: