From d448cf3cced258f74113a3cef299e3c1eff6fe65 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 12 Apr 2022 15:23:33 +0200 Subject: [PATCH] fix: minor fixes --- .../resources/51-aws-iam-authenticator-deployment.yaml | 2 +- charts/kubezero-addons/values.yaml | 2 +- releases/v1.22/kubezero.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubeadm/templates/resources/51-aws-iam-authenticator-deployment.yaml b/charts/kubeadm/templates/resources/51-aws-iam-authenticator-deployment.yaml index ba375df..962df26 100644 --- a/charts/kubeadm/templates/resources/51-aws-iam-authenticator-deployment.yaml +++ b/charts/kubeadm/templates/resources/51-aws-iam-authenticator-deployment.yaml @@ -115,7 +115,7 @@ spec: containers: - name: aws-iam-authenticator - image: public.ecr.aws/zero-downtime/aws-iam-authenticator:v0.5.4 + image: public.ecr.aws/zero-downtime/aws-iam-authenticator:v0.5.7 args: - server - --backend-mode=CRD,MountedFile diff --git a/charts/kubezero-addons/values.yaml b/charts/kubezero-addons/values.yaml index 0f5cb1e..6ebf0df 100644 --- a/charts/kubezero-addons/values.yaml +++ b/charts/kubezero-addons/values.yaml @@ -85,7 +85,7 @@ external-dns: nodeSelector: node-role.kubernetes.io/control-plane: "" - logLevel: debug + #logLevel: debug sources: - service #- istio-gateway diff --git a/releases/v1.22/kubezero.sh b/releases/v1.22/kubezero.sh index e377393..9871de9 100755 --- a/releases/v1.22/kubezero.sh +++ b/releases/v1.22/kubezero.sh @@ -184,7 +184,7 @@ elif [[ "$1" =~ "^(bootstrap|restore|join)$" ]]; then rm -rf ${HOSTFS}/var/lib/etcd/member else - restic restore latest --no-lock -t / --tag $VERSION + retry 10 60 30 restic restore latest --no-lock -t / --tag $VERSION # Make last etcd snapshot available cp ${WORKDIR}/etcd_snapshot ${HOSTFS}/etc/kubernetes