Checking Deployment Status
When the Configuration Complete page displays, the pod deployment is finished.
- Pods will remain in the Pending state until proper labels have been assigned to the worker nodes
- For a pod that is not in the Running state, you can find out more details on the pod by running the following command:
kubectl describe pod <pod name> -n <namespace>
The Events
section in the output provides detailed information on the pod status.
If you see the following error when you attempt to log in to the OMT Management Portal on port 3000, this typically means that the OMT installation process has completed, port 3000 is no longer required, and has been closed. Instead of port 3000, log in to the Management Portal on port 5443.