mirror of
https://github.com/SKUDONET/kube-nftlb.git
synced 2025-10-26 11:19:23 +00:00
[Improvement] Move scripts to a folder
This commit is contained in:
parent
41342de2a0
commit
83fe506d68
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This is a script that helps you set up a fresh Debian Buster system
|
||||
# running in a virtualized environment. It installs everything you need
|
||||
3
scripts/remove_kube_proxy.sh
Executable file
3
scripts/remove_kube_proxy.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
kubectl delete --ignore-not-found -f tests/performance/kubes/kube-proxy.yaml
|
||||
Loading…
Reference in New Issue
Block a user