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 ffc3323 commit 7505b5bCopy full SHA for 7505b5b
.github/workflows/kind.yaml
@@ -39,7 +39,7 @@ jobs:
39
direnv allow
40
make kind-cluster
41
sudo kind create cluster -v7 --wait 1m --retain --config=$KINDCONFIG
42
- sudo kind get kubeconfig --name cilium | tee $KUBECONFIG
+ sudo kind get kubeconfig --name kind | tee $KUBECONFIG
43
sudo chown -R $(id -u):$(id -g) $KUBECONFIG
44
45
# - id: wait-kind-ready
0 commit comments