[Improvement] Move scripts to a folder

This commit is contained in:
AquoDev 2020-10-26 11:26:42 +01:00
parent 41342de2a0
commit 83fe506d68
No known key found for this signature in database
GPG Key ID: 27C4524C2511DF26
2 changed files with 4 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
kubectl delete --ignore-not-found -f tests/performance/kubes/kube-proxy.yaml