-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Description
I think this is a similar issue to #4972. We've got two Flipt 2.3.1 pods deployed in Kubernetes.
The scenario seems to be (using 2 fictional pod names flipt-pod-a and flipt-pod-b):
- User creates feature flag via dashboard
- 'create feature flag' API call gets load balanced to
flipt-pod-a flipt-pod-aupdates the feature flag locally & pushes to Git- Browser is redirected to the page for that feature flag
- 'get feature flag' API call gets load balanced to
flipt-pod-b flipt-pod-breturns a 404 since it hasn't sync'd new flag from git yet
A similar issue happens with other state updates. i.e. may toggle a feature flag and the UI shows a stale value because it gets routed to the opposite pod.