We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2534524 commit cf8580bCopy full SHA for cf8580b
1 file changed
cri/Makefile
@@ -26,11 +26,10 @@ test-cri-firecracker:
26
./../scripts/cloudlab/start_onenode_vhive_cluster.sh
27
28
sleep 5m
29
- kubectl get pods -A
30
- journalctl -u kubelet -n 100 --no-pager
31
KUBECONFIG=/etc/kubernetes/admin.conf ./../scripts/setup_zipkin.sh
32
sleep 5s
33
-
+ kubectl taint nodes --all node-role.kuberetes.io/control-place:NoSchedule-
+ sleep 5m
34
go run ./../examples/registry/populate_registry.go -imageFile ./../examples/registry/images.txt
35
sleep 1s
36
0 commit comments