Add a http performance test script based on wrk
[iec.git] / src / foundation / scripts / cni / multus / multus-sriov-calico / uninstall.sh
1 #!/bin/bash
2 # shellcheck disable=SC1073,SC1072,SC1039,SC2059,SC2046
3 set -x
4
5 kubectl delete -f sriov-crd.yaml
6 sleep 2
7 kubectl delete -f calico-daemonset.yaml
8 #kubectl delete -f calico-daemonset-k8s-v1.16.yaml
9 sleep 5
10 #kubectl delete -f multus-sriov-calico-daemonsets.yaml
11 kubectl delete -f multus-sriov-calico-daemonsets-k8s-v1.16.yaml
12 sleep 5
13 kubectl delete -f configMap.yaml
14 sleep 2
15
16 kubectl get node $(hostname) -o json | jq '.status.allocatable' || true
17 kubectl get pods --all-namespaces