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
Thanks a lot for your work, it has benefited us a lot.
We do have one problem tho, which might be caused by some operator bug, but I thought I would ask here;
After having added log-exporter sidecare (including the NODE_NAME env from fieldRef, the operator keeps recreating the statefulset with every reconciliation after show the following log: level=info msg="reason: new statefulset containers's log-exporter (index 2) environment does not match the current one" cluster-name=test-postgres pkg=cluster
Removing the env definition from sidecar stops this behavior.
Have you seen this before?
The text was updated successfully, but these errors were encountered:
No, I haven't seen this behavior before. But I'm not entirely up to date with the recent operator release. I'm keeping this issue in mind when updating.
Thanks a lot for your work, it has benefited us a lot.
We do have one problem tho, which might be caused by some operator bug, but I thought I would ask here;
After having added
log-exporter
sidecare (including theNODE_NAME
env from fieldRef, the operator keeps recreating the statefulset with every reconciliation after show the following log:level=info msg="reason: new statefulset containers's log-exporter (index 2) environment does not match the current one" cluster-name=test-postgres pkg=cluster
Removing the env definition from sidecar stops this behavior.
Have you seen this before?
The text was updated successfully, but these errors were encountered: