From a428b7f069dbfe0c3ec29f8d3488bec2ecf11e91 Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Tue, 16 Apr 2024 09:41:10 -0400 Subject: [PATCH] try and use correct kube context Signed-off-by: Alexandre Lamarre --- scripts/setup-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-cluster.sh b/scripts/setup-cluster.sh index 4bda6dae..b102263d 100755 --- a/scripts/setup-cluster.sh +++ b/scripts/setup-cluster.sh @@ -39,5 +39,5 @@ IMAGE=${REPO}/backup-restore-operator:${TAG} k3d image import ${IMAGE} -c ${CLUSTER_NAME} kubectl cluster-info --context k3d-${CLUSTER_NAME} -kubectl config use-context k3d-${CLUSTER_NAME } +kubectl config use-context k3d-${CLUSTER_NAME} kubectl get nodes -o wide \ No newline at end of file