Skip to content

Commit

Permalink
try and use correct kube context
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Apr 16, 2024
1 parent 0214daf commit a428b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a428b7f

Please sign in to comment.