fix: minor fixes
This commit is contained in:
parent
72197a3030
commit
76575b8cd1
@ -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
|
||||
|
@ -85,7 +85,7 @@ external-dns:
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
|
||||
logLevel: debug
|
||||
#logLevel: debug
|
||||
sources:
|
||||
- service
|
||||
#- istio-gateway
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user