Skip to content

Commit

Permalink
[fix] - kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsNatalie committed Apr 4, 2024
1 parent f65d898 commit c4044bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
run: |
export KUBECONFIG=$HOME/.kube/config
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.22.0/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
kind create cluster \
--kubeconfig $KUBECONFIG \
--config=.github/workflows/kind-config.yaml \
Expand Down

0 comments on commit c4044bf

Please sign in to comment.