Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Jul 19, 2024
1 parent ac081fc commit 29ec5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +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
kubectl get node
kubectl get pod -A
Expand Down

0 comments on commit 29ec5fb

Please sign in to comment.