File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
content/en/ninja-workshops/14-cisco-ai-pods Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,16 @@ rosa delete cluster --cluster=$CLUSTER_NAME --watch
2222
2323Delete the cluster-specific Operator IAM roles:
2424
25+ > Note: just accept the default values when prompted.
26+
2527``` bash
2628rosa delete operator-roles --prefix $OPERATOR_ROLES_PREFIX
2729```
2830
2931Delete the OIDC provider:
3032
33+ > Note: just accept the default values when prompted.
34+
3135``` bash
3236rosa delete oidc-provider --oidc-config-id $OIDC_ID
3337```
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ export OPERATOR_ROLES_PREFIX=rosa-test-a6x9
2424
2525Create operator roles for the OIDC configuration using the following command:
2626
27+ > Note: just accept the default values when prompted.
28+
2729``` bash
2830rosa create operator-roles --hosted-cp --prefix $OPERATOR_ROLES_PREFIX --oidc-config-id $OIDC_ID
2931```
You can’t perform that action at this time.
0 commit comments