Skip to content

Instantly share code, notes, and snippets.

@jwendell
Created November 29, 2023 14:37
Show Gist options
  • Save jwendell/c9bdcd0061323a80d219d9e6fe2ef4ea to your computer and use it in GitHub Desktop.
Save jwendell/c9bdcd0061323a80d219d9e6fe2ef4ea to your computer and use it in GitHub Desktop.
#!/bin/bash
oc delete ns -l istio-testing || true
oc delete ns -l gateway-conformance || true
oc delete ns istio-system || true
oc -n kube-system delete ds istio-cni-node || true
oc delete MutatingWebhookConfiguration -l release=istio || true
oc delete ClusterRoleBinding -l release=istio || true
oc delete ClusterRole -l release=istio || true
oc delete crd -l release=istio || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment