From 5029c1714395d4a4f7014a6b144fad15d530320e Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Mon, 22 Jul 2024 14:49:46 +0900 Subject: [PATCH] fix typography Signed-off-by: Scott Trent --- doc/openshift-ai-example-notebook.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/openshift-ai-example-notebook.md b/doc/openshift-ai-example-notebook.md index b6e65a7..f1134e9 100644 --- a/doc/openshift-ai-example-notebook.md +++ b/doc/openshift-ai-example-notebook.md @@ -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