Skip to content

Commit c4044bf

Browse files
author
DevOpsNatalie
committed
[fix] - kubectl
1 parent f65d898 commit c4044bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
run: |
6161
export KUBECONFIG=$HOME/.kube/config
6262
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
63+
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.22.0/kind-linux-amd64
64+
chmod +x ./kind
65+
sudo mv ./kind /usr/local/bin/kind
6366
kind create cluster \
6467
--kubeconfig $KUBECONFIG \
6568
--config=.github/workflows/kind-config.yaml \

0 commit comments

Comments
 (0)