Nikhil97
Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023
01:30 PM
- 1,010 Views
DO280 Guided Exercise 4 "Managing Sensitive Information with Secrets"
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
1 Reply
rmkesler
Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023
01:37 PM
- 986 Views
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
Join the discussion
You must log in to join this conversation.