We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8580b commit 85d0fcbCopy full SHA for 85d0fcb
1 file changed
cri/Makefile
@@ -23,13 +23,12 @@
23
EXTRAGOARGS:=-v -race -cover
24
test-cri-firecracker:
25
26
+ ./../scripts/cloudlab/setup_node.sh
27
./../scripts/cloudlab/start_onenode_vhive_cluster.sh
28
29
sleep 5m
30
KUBECONFIG=/etc/kubernetes/admin.conf ./../scripts/setup_zipkin.sh
31
sleep 5s
- kubectl taint nodes --all node-role.kuberetes.io/control-place:NoSchedule-
32
- sleep 5m
33
go run ./../examples/registry/populate_registry.go -imageFile ./../examples/registry/images.txt
34
sleep 1s
35
0 commit comments