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
Creating flows on stateful services do not apply the annotated plugins.
Reproducing it:
kardinal deploy -k ~/Downloads/obd-kardinal.yaml
kardinal flow create postgres 'postgres:14'
The logs don't show the triggering of the stateful plugins even though the service is annotated:
[00] INFO[4225] starting new dev flow for service postgres on image postgres:14
[00] DEBU[4225] generating base cluster topology for tenant .....
[00] DEBU[4225] calculating cluster topology overlay for tenant ....
[00] INFO[4225] calculating new flow for service postgres
[00] INFO[4225] Checking if this service has any external services...
The text was updated successfully, but these errors were encountered:
Creating flows on stateful services do not apply the annotated plugins.
Reproducing it:
The logs don't show the triggering of the stateful plugins even though the service is annotated:
The text was updated successfully, but these errors were encountered: