We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65d898 commit c4044bfCopy full SHA for c4044bf
.github/workflows/benchmark.yml
@@ -60,6 +60,9 @@ jobs:
60
run: |
61
export KUBECONFIG=$HOME/.kube/config
62
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
66
kind create cluster \
67
--kubeconfig $KUBECONFIG \
68
--config=.github/workflows/kind-config.yaml \
0 commit comments