From 83fe506d68cb7ac179ea565b3864956db776f9cb Mon Sep 17 00:00:00 2001 From: AquoDev <14019792+AquoDev@users.noreply.github.com> Date: Mon, 26 Oct 2020 11:26:42 +0100 Subject: [PATCH] [Improvement] Move scripts to a folder --- debian_tools_installer.sh => scripts/debian_tools_installer.sh | 2 +- scripts/remove_kube_proxy.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename debian_tools_installer.sh => scripts/debian_tools_installer.sh (98%) create mode 100755 scripts/remove_kube_proxy.sh diff --git a/debian_tools_installer.sh b/scripts/debian_tools_installer.sh similarity index 98% rename from debian_tools_installer.sh rename to scripts/debian_tools_installer.sh index e5fd469..d8c08b1 100755 --- a/debian_tools_installer.sh +++ b/scripts/debian_tools_installer.sh @@ -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 diff --git a/scripts/remove_kube_proxy.sh b/scripts/remove_kube_proxy.sh new file mode 100755 index 0000000..2f4d5ab --- /dev/null +++ b/scripts/remove_kube_proxy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +kubectl delete --ignore-not-found -f tests/performance/kubes/kube-proxy.yaml