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