mirror of https://git.rancher.io/rke2-charts
commit
228a108886
|
@ -41,7 +41,7 @@ spec:
|
|||
{{- if eq .Values.nodelocal.ipvs false }}
|
||||
initContainers:
|
||||
- name: wait-coredns
|
||||
image: busybox:1.28
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.nodelocal.initimage.repository }}:{{ .Values.nodelocal.initimage.tag }}
|
||||
command: ['sh', '-c', "until nc -zv {{ template "clusterDNSServerIP" . }} 53; do echo waiting for dns service; sleep 2; done"]
|
||||
{{- end }}
|
||||
containers:
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
# resources for autoscaler pod
|
||||
resources:
|
||||
@@ -287,3 +299,16 @@
|
||||
@@ -287,3 +299,19 @@
|
||||
deployment:
|
||||
enabled: true
|
||||
name: ""
|
||||
|
@ -97,6 +97,9 @@
|
|||
+ image:
|
||||
+ repository: rancher/mirrored-k8s-dns-node-cache
|
||||
+ tag: "1.15.13"
|
||||
+ initimage:
|
||||
+ repository: rancher/library-busybox
|
||||
+ tag: "1.32.1"
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue