File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8686
8787# Delete Kube-OVN components
8888kubectl delete --ignore-not-found -n kube-system deploy kube-ovn-monitor
89- kubectl delete --ignore-not-found -n kube-system cm ovn-config ovn-ic-config ovn-external-gw-config
89+ kubectl delete --ignore-not-found -n kube-system cm ovn-config ovn-ic-config \
90+ ovn-external-gw-config ovn-vpc-nat-config ovn-vpc-nat-gw-config
9091kubectl delete --ignore-not-found -n kube-system svc kube-ovn-pinger kube-ovn-controller kube-ovn-cni kube-ovn-monitor
9192kubectl delete --ignore-not-found -n kube-system deploy kube-ovn-controller
9293kubectl delete --ignore-not-found -n kube-system deploy ovn-ic-controller
194195kubectl delete --ignore-not-found sa ovn ovn-ovs kube-ovn-cni kube-ovn-app -n kube-system
195196kubectl delete --ignore-not-found clusterrole system:ovn system:ovn-ovs system:kube-ovn-cni system:kube-ovn-app
196197kubectl delete --ignore-not-found clusterrolebinding ovn ovn ovn-ovs kube-ovn-cni kube-ovn-app
198+ kubectl delete --ignore-not-found rolebinding -n kube-system ovn kube-ovn-cni kube-ovn-app
197199
198200kubectl delete --ignore-not-found -n kube-system lease kube-ovn-controller
199201kubectl delete --ignore-not-found -n kube-system secret ovn-ipsec-ca
You can’t perform that action at this time.
0 commit comments