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
The status of the WFLY operator uses the state of the pod to mark that the pod is in process of recovery. Any other states of the pod is not reflected.
That means for example that the Pod itself is in CrashLoopbackOff state and it's not able to start but the WFLY operator status will advertise that the pod is ACTIVE.
A new Pod status state like 'IN_PROGRESSorDEPLOYINGshould be introduced. TheACTIVE` state in the status should be used only when the pod is really running.
The text was updated successfully, but these errors were encountered:
The status of the WFLY operator uses the state of the pod to mark that the pod is in process of recovery. Any other states of the pod is not reflected.
That means for example that the Pod itself is in
CrashLoopbackOff
state and it's not able to start but the WFLY operator status will advertise that the pod isACTIVE
.A new Pod status state like 'IN_PROGRESS
or
DEPLOYINGshould be introduced. The
ACTIVE` state in the status should be used only when the pod is really running.The text was updated successfully, but these errors were encountered: