In this guided exercies after login to openshift cluster am able to deploy the deployment, "oc get deployment" command is working and showing me deployment details but when am trying to see output of "oc get pod" it show no resources in project
Can anyone help me on this
Might want to verify that you're looking in the correct project.
$ oc project
If you are in the correct project and get no output from the oc get pods command, I would check the events.
$ oc get events
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.