Not able to run k8s node e2e tests #6927
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Kubernetes node e2e tests execute
docker info --format '{{json .}}'
command before starting with the tests. I see the support was added forGO template {{ json . }}
in podman a while back in #2688 but I am still seeing the issue.I am trying to execute node e2e tests on Fedora 32 with podman (via podman-docker.norach)
Steps to reproduce the issue:
clone github.com/kubernetes/kubernetes
make test-e2e-node
Describe the results you received:
Describe the results you expected:
docker info --format '{{json .}}'
should work to make sure we are able to execute k8s e2e tests.Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Also, what's up with that
Built
date?Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: