Skip to content

Commit

Permalink
fix typography
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Jul 22, 2024
1 parent 33d3815 commit 5029c17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/openshift-ai-example-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ pod/jupyter-nb-kube-3aadmin-0 unlabeled
```

Next, this command sets the label `Susql.label/1` to `openshiftaij` for the Jupyter notebook server running in namespace rhods-notebooks.
``
```
$ oc label pod $(oc get po -n rhods-notebooks | grep jupyter | head -1 | cut -f 1 -d" ") -n rhods-notebooks "susql.label/1=openshiftaij"
pod/jupyter-nb-kube-3aadmin-0 labeled
``
```

And, finally, this command can verify that the label has been set
``
```
$ oc describe pod $(oc get po -n rhods-notebooks | grep jupyter | head -1 | cut -f 1 -d" ") -n rhods-notebooks | grep -i susql
susql.label/1=openshiftaij
``
```

## Create the SusQL LabelGroup

Expand Down

0 comments on commit 5029c17

Please sign in to comment.