We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd2eed commit 08c30d2Copy full SHA for 08c30d2
ci/test-sriov-secondary-network-aws.sh
@@ -366,8 +366,8 @@ function upload_and_load_image() {
366
367
# SSH into the node and load the image
368
ssh -o StrictHostKeyChecking=no -i "$AWS_EC2_SSH_KEY_NAME" ubuntu@"$node_ip" << EOF
369
- sudo ctr images import /home/ubuntu/$(basename "$image_path")
370
- sudo ctr images ls
+ sudo ctr -n=k8s.io images import /home/ubuntu/$(basename "$image_path")
+ sudo crictl images | grep antrea
371
# remove the tarball after loading
372
sudo rm /home/ubuntu/$(basename "$image_path")
373
EOF
0 commit comments