From 79fc3d8b72126439a07c54814fa7f85c8415bdd5 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Wed, 8 Dec 2021 12:15:45 +0100 Subject: [PATCH] config path --- src/test/resources/local-integration-test/setup-docker.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/resources/local-integration-test/setup-docker.sh b/src/test/resources/local-integration-test/setup-docker.sh index 46d2a47..a003313 100755 --- a/src/test/resources/local-integration-test/setup-docker.sh +++ b/src/test/resources/local-integration-test/setup-docker.sh @@ -39,8 +39,11 @@ echo "127.0.0.1 kubernetes" >> /etc/hosts cat /etc/hosts echo ---------------------------------- cat $HOME/.kube/config +echo $KUBECONFIG -swapoff -a +export KUBECONFIG=$HOME/.kube/ + +#swapoff -a docker ps -a