From 98583695c4bd7fe432ce4602ba2fe1027c43fcc2 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Mon, 15 May 2023 15:28:41 +0200 Subject: [PATCH] flow setup. not tested yet --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6ae5833..5bd5d55 100755 --- a/setup.sh +++ b/setup.sh @@ -45,7 +45,7 @@ install_sock_shop () { kubectl create namespace sock-shop kubectl apply -f complete-demo.yaml echo "Getting Pods from sock-shop namespace" - k3s kubectl get pods -n sock-shop + kubectl get pods -n sock-shop } show_help() {