Skip to content

Commit

Permalink
Also delete clusterroles
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Feb 20, 2018
1 parent 0f879d1 commit 32d2675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for i in ${namespaces[@]}; do
_kubectl -n ${i} delete crd -l 'kubevirt.io'
_kubectl -n ${i} delete pods -l 'kubevirt.io'
_kubectl -n ${i} delete clusterrolebinding -l 'kubevirt.io'
_kubectl -n ${i} delete clusterroles -l 'kubevirt.io'
_kubectl -n ${i} delete serviceaccounts -l 'kubevirt.io'
done

Expand Down

0 comments on commit 32d2675

Please sign in to comment.