Issue type: Bug
Reported in: Microclimate 18.12
Internal issue: Portal issue 621
Fixed in:
Description of issue:
If your login session expires when you run Microclimate in IBM Cloud Private, projects might fail to build when you log back in. Run the kubectl get pods command to check that all your pods are running. You should see the following three pods, but if you encounter this issue, they are missing:
microclimate-ibm-microclimate-<user>-editor-<xxxxx>-<xxxx>
microclimate-ibm-microclimate-<user>-filewatcher-<xxxxx>
microclimate-ibm-microclimate-<user>-loadrunner-<xxxxx>-<xxxx>
Workaround:
Restart the Microclimate portal. Run the kubectl get pods command to find the name of the Microclimate portal pod. Then, run kubectl delete pods microclimate-ibm-microclimate-<xxxxx>-<xxxx> to restart it.
Status updates: