Skip to content

Commit

Permalink
kind context is switched to cluster $KIND_CLUSTER_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Nov 14, 2024
1 parent 4868544 commit 0659fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Set up kubeconfig
run: |
# Point kubeconfig to the KIND cluster
export KUBECONFIG="$(kind get kubeconfig --name=$KIND_CLUSTER_NAME)"
echo "KUBECONFIG is set to $(kind get kubeconfig --name=$KIND_CLUSTER_NAME)"
kubectl config use-context kind-operator-e2e-cluster
# export KUBECONFIG="$(kind get kubeconfig --name=$KIND_CLUSTER_NAME)"
# echo "KUBECONFIG is set to $(kind get kubeconfig --name=$KIND_CLUSTER_NAME)"
kubectl config use-context kind-$KIND_CLUSTER_NAME
echo "kind context is switched to cluster $KIND_CLUSTER_NAME"

# - name: Load Docker image into KIND cluster
Expand Down

0 comments on commit 0659fcc

Please sign in to comment.