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 pipefail
|
||||
|
||||
K8S_VERSION="1.22"
|
||||
K8S_VERSION="1.26"
|
||||
|
||||
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Exoscale
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
service:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
|
|
Loading…
Reference in a new issue