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
During a rolling update of a k8s cluster (especially when it's somehow stuck), there could be a situation when the browser loads client-side code from a pod running the new version, but then /version.json is served by a pod running the previous version, which will generate a false update event. There should be a way/recipe to handle this with some kind of linear order comparison.
The text was updated successfully, but these errors were encountered:
During a rolling update of a k8s cluster (especially when it's somehow stuck), there could be a situation when the browser loads client-side code from a pod running the new version, but then
/version.json
is served by a pod running the previous version, which will generate a false update event. There should be a way/recipe to handle this with some kind of linear order comparison.The text was updated successfully, but these errors were encountered: