Skip to content

Commit

Permalink
fix dir error
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 14, 2024
1 parent 65d4337 commit 7e09b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

echo "create kind cluster"
kind create cluster --name private-cloud --config ../kind/kind-config.yaml
kind create cluster --name private-cloud --config --config kind/kind-config.yaml
kubectl label nodes private-cloud-worker node-role.kubernetes.io/worker=worker
kubectl label nodes private-cloud-worker2 node-role.kubernetes.io/worker=worker

Expand Down

0 comments on commit 7e09b9f

Please sign in to comment.