fix: more upgrade fixes

This commit is contained in:
Stefan Reimer 2025-05-30 12:34:17 +00:00 committed by Stefan Reimer
parent 87e7f5fe20
commit f72ef007f2
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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 }}