Upgrade k8s version and add rolling update for exoscale
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
112a8dae85
commit
2fd76a82e1
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue