bugfix:修改内网环境下prometheus kube-state-metrics pod找不到镜像问题
This commit is contained in:
@@ -7,6 +7,9 @@ spec:
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/prometheus-15.16.1.tgz
|
||||
targetNamespace: tsg-os-system
|
||||
valuesContent: |-
|
||||
kube-state-metrics:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
server:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
- prometheus-node-exporter.tar
|
||||
- prometheus-pushgateway.tar
|
||||
- prometheus.tar
|
||||
- kube-state-metrics.tar
|
||||
|
||||
- name: "copy chart directory to dest"
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user