fix: more upgrade fixes
This commit is contained in:
parent
87e7f5fe20
commit
f72ef007f2
@ -169,7 +169,7 @@ kubeadm_upgrade() {
|
||||
else
|
||||
pre_cluster_upgrade_final
|
||||
|
||||
_kubeadm upgrade apply phase addon all $KUBE_VERSION
|
||||
_kubeadm upgrade apply phase addon coredns $KUBE_VERSION
|
||||
|
||||
post_cluster_upgrade_final
|
||||
|
||||
|
@ -65,11 +65,11 @@ cilium:
|
||||
#rollOutCiliumPods: true
|
||||
|
||||
kubeProxyReplacement: true
|
||||
k8sServiceHost: auto
|
||||
k8sServicePort: auto
|
||||
dnsProxy:
|
||||
enableTransparentMode: true
|
||||
|
||||
k8sServiceHost: ""
|
||||
k8sServicePort: 6443
|
||||
# k8s:
|
||||
# # This has to be set to the DNS name of all API servers
|
||||
# # For example "https://192.168.0.1:6443 https://192.168.0.2:6443"
|
||||
|
@ -16,8 +16,8 @@ cilium:
|
||||
# pullPolicy: Never
|
||||
# {{- end }}
|
||||
k8sServiceHost: {{ .Values.global.apiServerUrl }}
|
||||
k8s:
|
||||
apiServerURLs: "https://{{ .Values.global.apiServerUrl }}"
|
||||
# k8s:
|
||||
# apiServerURLs: "https://{{ .Values.global.apiServerUrl }}"
|
||||
|
||||
cluster:
|
||||
name: {{ .Values.global.clusterName }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user