You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this scenario we are hitting randomly errors:
<testcase name="Pull image locally, push to registry, deploy" status="failed" time="46.714723707"><failure message="Step pulling image "registry.access.redhat.com/ubi8/httpd-24:latest", logging in, and pushing local image to internal registry succeeds: error running /home/cloud-user/.crc/bin/podman/podman-remote pull registry.access.redhat.com/ubi8/httpd-24:latest: Command stdout: stderr: Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM Error: unable to connect to Podman socket: failed to connect: dial tcp 192.168.130.11:22: i/o timeout error: exit status 125"/><error message="Step executing "oc apply -f hello.yaml" succeeds" type="skipped"/>
Tracking the code this is coming from run podman pull... and it is using
When running this scenario we are hitting randomly errors:
Tracking the code this is coming from run
podman pull...
and it is usingcrc/test/extended/crc/cmd/cmd.go
Line 209 in 56367f1
These bits of code were used to test Podman preset, and reused here.
Review the usage of
podman-remote
in this scnearioThe text was updated successfully, but these errors were encountered: