fix: minor fixes

This commit is contained in:
Stefan Reimer 2022-04-12 15:23:33 +02:00
parent 259b68a755
commit d448cf3cce
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -85,7 +85,7 @@ external-dns:
nodeSelector:
node-role.kubernetes.io/control-plane: ""
logLevel: debug
#logLevel: debug
sources:
- service
#- istio-gateway

View File

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