作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我只是在 Google Kubernetes 引擎上的基本 Helm chart 安装上做一个 POC。当我创建一个新的 helm chart 时,它会自动创建某些文件和文件夹结构。现在我的要求是只创建部署和 Pod。不是 kubernetes 服务。有什么办法可以避免创建 kubernetes 服务?对于 Ingress,我可以看到 enabled: false
属性(property),但对于服务,它不起作用。
最佳答案
helm create chart
默认情况下,命令会在文件层次结构下创建您:
chart/
|
|- .helmignore # Contains patterns to ignore when packaging Helm charts.
|
|- Chart.yaml # Information about your chart
|
|- values.yaml # The default values for your templates
|
|- charts/ # Charts that this chart depends on
|
|- templates/ # The template files
|
|- templates/tests/ # The test files
chart/templates
中删除不需要的对象目录以避免在
helm install
期间创建它们
关于kubernetes - 如何从 Helm 图表禁用服务创建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56934278/
我是一名优秀的程序员,十分优秀!