File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9797
9898{{- if .Values.coredns.enabled }}{{" \n" }}
9999# install coredns addon
100- kubeadm init phase addon coredns --config /config/kubeadmcfg.yaml || true # TODO: workaround https://github.com/kubernetes/kubeadm/issues/2267
100+ kubeadm init phase addon coredns --config /config/kubeadmcfg.yaml
101101{{- else }}{{" \n" }}
102102# uninstall coredns addon
103103kubectl --kubeconfig /etc/kubernetes/admin.conf -n kube-system delete configmap/coredns deployment/coredns 2> /dev/null || true
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ apiServer:
6464 enabled : true
6565 image :
6666 repository : k8s.gcr.io/kube-apiserver
67- tag : v1.19.0
67+ tag : v1.19.1
6868 PullPolicy : IfNotPresent
6969 PullSecrets : []
7070 replicaCount : 2
@@ -111,7 +111,7 @@ controllerManager:
111111 enabled : true
112112 image :
113113 repository : k8s.gcr.io/kube-controller-manager
114- tag : v1.19.0
114+ tag : v1.19.1
115115 PullPolicy : IfNotPresent
116116 PullSecrets : []
117117 replicaCount : 2
@@ -149,7 +149,7 @@ scheduler:
149149 enabled : true
150150 image :
151151 repository : k8s.gcr.io/kube-scheduler
152- tag : v1.19.0
152+ tag : v1.19.1
153153 PullPolicy : IfNotPresent
154154 PullSecrets : []
155155 replicaCount : 2
@@ -187,7 +187,7 @@ admin:
187187 enabled : true
188188 image :
189189 repository : docker.io/kvaps/kubernetes-tools
190- tag : v1.19.0
190+ tag : v1.19.1
191191 PullPolicy : IfNotPresent
192192 PullSecrets : []
193193 replicaCount : 1
You can’t perform that action at this time.
0 commit comments