Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QE] Review Mirror Image to Openshift on Linux Scneario #4276

Open
adrianriobo opened this issue Jul 18, 2024 · 0 comments
Open

[QE] Review Mirror Image to Openshift on Linux Scneario #4276

adrianriobo opened this issue Jul 18, 2024 · 0 comments

Comments

@adrianriobo
Copy link
Contributor

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

func NewPodmanCommand(args ...string) *PodmanBuilder {

These bits of code were used to test Podman preset, and reused here.

Review the usage of podman-remote in this scneario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant