mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-11 00:40:53 +00:00
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
#set -o errexit
|
|
|
|
export PATH=${PATH}:./bin
|
|
|
|
# delete cluster kind
|
|
kind delete cluster
|