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
I am currently finding out which k8s Deployment strategy is good for lighthouse deployment. Whether Recreate or RollingUpdate?
In one of config file in this repo I saw it is Recreate. Is there any specific reason for that because generally RollingUpdate is considered good as it helps to avoid downtime.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am currently finding out which k8s Deployment strategy is good for lighthouse deployment. Whether
Recreate
orRollingUpdate
?In one of config file in this repo I saw it is
Recreate
. Is there any specific reason for that because generallyRollingUpdate
is considered good as it helps to avoid downtime.File : https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/recipes/docker-server/kubernetes/lhci-deployment.yml#L11
Please help to clear my doubt. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions