Begin working on excercise 2.
This commit is contained in:
@ -111,7 +111,7 @@ Let's take a look at that now.
|
||||
|
||||
To get an understanding of all the options available, try running `oc help`. You should see options similar to the below sample:
|
||||
|
||||
```bash
|
||||
```text
|
||||
bash-4.4 ~ $ oc help
|
||||
OpenShift Client
|
||||
|
||||
@ -144,7 +144,7 @@ To get a more detailed explanataion about a specific concept we can use the `oc
|
||||
|
||||
Let's run `oc explain project` now to learn more about the concept of a project we introduced earlier:
|
||||
|
||||
```bash
|
||||
```text
|
||||
bash-4.4 ~ $ oc explain project
|
||||
KIND: Project
|
||||
VERSION: project.openshift.io/v1
|
||||
|
||||
Reference in New Issue
Block a user