Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Jul 22, 2024
1 parent e2a6c36 commit 3d62cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
#kcl run -D image=${{ matrix.image }} -D cpcount=${{ matrix.cpcount }} -D workercount=${{ matrix.workercount }}
kcl run -D image=${{ matrix.image }} -D cpcount=${{ matrix.cpcount }} -D workercount=${{ matrix.workercount }} | kind create cluster -v5 --wait 4m --retain --config=-
kubectl wait node --all --for condition=ready
kubectl wait --timeout=1m --for=condition=ready pods --namespace=kube-system --all
kubectl wait --timeout=5m --for=condition=ready pods --namespace=kube-system --all
kubectl get node
kubectl get pod -A
Expand Down

0 comments on commit 3d62cef

Please sign in to comment.