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
In order to give more visibility and surface errors, we should create and associate events with RollingUpgrade objects in cases of warning/errors.
In the following rollup, we can see that it errored out. But to see the actual reason, we have to check the controller logs, filter and then find the reason. Also, we can consider adding a status field errorReason that gives a clear message or group errors by code.
The text was updated successfully, but these errors were encountered:
In order to give more visibility and surface errors, we should create and associate events with RollingUpgrade objects in cases of warning/errors.
In the following rollup, we can see that it errored out. But to see the actual reason, we have to check the controller logs, filter and then find the reason. Also, we can consider adding a status field
errorReason
that gives a clear message or group errors bycode
.The text was updated successfully, but these errors were encountered: