Skip to content

Commit cf8580b

Browse files
committed
test
1 parent 2534524 commit cf8580b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cri/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ test-cri-firecracker:
2626
./../scripts/cloudlab/start_onenode_vhive_cluster.sh
2727

2828
sleep 5m
29-
kubectl get pods -A
30-
journalctl -u kubelet -n 100 --no-pager
3129
KUBECONFIG=/etc/kubernetes/admin.conf ./../scripts/setup_zipkin.sh
3230
sleep 5s
33-
31+
kubectl taint nodes --all node-role.kuberetes.io/control-place:NoSchedule-
32+
sleep 5m
3433
go run ./../examples/registry/populate_registry.go -imageFile ./../examples/registry/images.txt
3534
sleep 1s
3635

0 commit comments

Comments
 (0)