How do i get help on the different openshift resources?



  • There is a hand sub-command to oc, which give documentation on various resources.

    To display resource documentation for pod.

    $ oc explain pod
    

    To display resource documentation for project.

    $ oc explain project
    

Log in to reply
 

© Lightnetics 2024