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 28b9b7d commit 4868544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/operator-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
# 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
echo "kind context is switched to cluster $KIND_CLUSTER_NAME"
# - name: Load Docker image into KIND cluster
# run: |
Expand Down

0 comments on commit 4868544

Please sign in to comment.