Add a http performance test script based on wrk
[iec.git] / src / foundation / scripts / cni / multus / multus-sriov-calico / uninstall-k8s-v1.16.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-k8s-v1.16.yaml
8 sleep 5
9 kubectl delete -f multus-sriov-calico-daemonsets-k8s-v1.16.yaml
10 sleep 5
11 kubectl delete -f configMap.yaml
12 sleep 2
13
14 kubectl get node $(hostname) -o json | jq '.status.allocatable' || true
15 kubectl get pods --all-namespaces