Add HA for CV and Docs: zero-downtime deploys #273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/ha-cv-docs-zero-downtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
replicas: 2withmaxUnavailable: 0/maxSurge: 1on CV and Docs deployments so rolling updates never drop below 2 ready podsminAvailable: 1) to protect against node drains and cluster maintenancecv-deploy.yamlworkflow (docs already had this) so CV deploys don't serve stale cached contentDeployment and Testing
argocd app diff cv/argocd app diff docsfrom branchargocd app set cv --revision feature/ha-cv-docs-zero-downtime && argocd app sync cvkubectl get pods -n cv --context=minikube-indrikubectl rollout restart deployment/cv -n cv --context=minikube-indricurl -I https://cv.eblu.me