Begin working on excercise 2.

This commit is contained in:
2023-12-05 17:31:23 +13:00
parent 04f704d75b
commit d0c942d01f
3 changed files with 41 additions and 2 deletions

View File

@ -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