You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/ninja-workshops/14-cisco-ai-pods/10-cleanup.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,15 @@ Delete the OIDC provider:
53
53
rosa delete oidc-provider --oidc-config-id $OIDC_ID
54
54
```
55
55
56
+
Delete the network:
57
+
58
+
> Note: add the name of the CloudFormation stack used to create the network before
59
+
> running the following command
60
+
61
+
```bash
62
+
aws cloudformation delete-stack --region $AWS_REGION --stack-name <stack name i.e. rosa-network-stack-nnnnnnnnnnn>
63
+
```
64
+
56
65
Refer to [OpenShift documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/install_clusters/rosa-hcp-deleting-cluster)
57
66
if you'd like to completely remove the Red Hat OpenShift Service from your AWS account.
0 commit comments