Upgrade k8s version and add rolling update for exoscale

Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
z1cheng 2023-06-28 14:21:38 +00:00
parent 112a8dae85
commit 2fd76a82e1
2 changed files with 5 additions and 1 deletions

View file

@ -22,7 +22,7 @@ fi
set -o nounset set -o nounset
set -o pipefail set -o pipefail
K8S_VERSION="1.22" K8S_VERSION="1.26"
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P) DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)

View file

@ -1,6 +1,10 @@
# Exoscale # Exoscale
controller: controller:
kind: DaemonSet kind: DaemonSet
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
service: service:
type: LoadBalancer type: LoadBalancer
externalTrafficPolicy: Local externalTrafficPolicy: Local