Skip to content

Commit 6dede9b

Browse files
committed
updated AI POD workshop instructions
1 parent a4c9b25 commit 6dede9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/en/ninja-workshops/14-cisco-ai-pods/10-cleanup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ rosa delete cluster --cluster=$CLUSTER_NAME --watch
2222

2323
Delete the cluster-specific Operator IAM roles:
2424

25+
> Note: just accept the default values when prompted.
26+
2527
``` bash
2628
rosa delete operator-roles --prefix $OPERATOR_ROLES_PREFIX
2729
```
2830

2931
Delete the OIDC provider:
3032

33+
> Note: just accept the default values when prompted.
34+
3135
``` bash
3236
rosa delete oidc-provider --oidc-config-id $OIDC_ID
3337
```

content/en/ninja-workshops/14-cisco-ai-pods/3-deploy-openshift-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export OPERATOR_ROLES_PREFIX=rosa-test-a6x9
2424

2525
Create operator roles for the OIDC configuration using the following command:
2626

27+
> Note: just accept the default values when prompted.
28+
2729
``` bash
2830
rosa create operator-roles --hosted-cp --prefix $OPERATOR_ROLES_PREFIX --oidc-config-id $OIDC_ID
2931
```

0 commit comments

Comments
 (0)