-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
SOP for ThreeScaleDeveloperUIBBT needs a refresh.
DoD:
1. Remove/Reword reference to https://issues.redhat.com/browse/INTLY-10307
2. Command doesn't work
oc logs $(oc get pods -n redhat-rhoam-3scale-operator | grep 3scale-operator | awk '{print $1}') -n redhat-rhoam-3scale-operator > 3scale-operator-logs.txt
3. Command doesn't work
oc rollout restart deployment/3scale-operator -n redhat-rhoam-3scale-operator
4. Command doesn't work, `open` is unrecogonised
open "https://$(oc get routes -n redhat-rhoam-3scale | grep system-developer | awk '{print$2}')"
Can we replace it with wget, curl commands..?