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
Add stack labels to gosbench resources
This way we can select and delete everything with
oc get all -l stack=gosbench
oc delete all -l stack=gosbench
Also disabled debug mode in workers since it polluted the log file...
If anything goes wrong, we have the error logs.