You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other possibility I see for improvement here would be to retry with backoff and eventually abort (exit 1) upon error. This way it would be eventually consistent during a kube-apiserver outage.
The text was updated successfully, but these errors were encountered:
abalaven
changed the title
Retry with backoff and eventually abort (exit 1) upon error
Retry creation of certs with backoff and eventually abort (exit 1) upon error
Nov 17, 2020
Does the provision.sh script still need to check for secrets against k8s api? The secrets are created by cert-manager and can be mounted. The script then would open up the TLS certificates and do necessary kubeadm commands to create k8s api certificates.
The other possibility I see for improvement here would be to retry with backoff and eventually abort (
exit 1
) upon error. This way it would be eventually consistent during a kube-apiserver outage.Originally posted by @kd7lxl in #120 (comment)
The text was updated successfully, but these errors were encountered: