Bug 1388883
Summary: | CNS: Not able to start a pod - RunContainerError | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Apeksha <akhakhar> | |
Component: | Containers | Assignee: | Antonio Murdaca <amurdaca> | |
Status: | CLOSED DUPLICATE | QA Contact: | DeShuai Ma <dma> | |
Severity: | high | Docs Contact: | ||
Priority: | medium | |||
Version: | 3.4.0 | CC: | agoldste, aos-bugs, eparis, jokerman, mmccomas, rcyriac | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1388897 (view as bug list) | Environment: | ||
Last Closed: | 2016-10-31 08:19:48 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1388897 |
Description
Apeksha
2016-10-26 11:06:58 UTC
I think this is what the "invalid character 'a'" is about: [root@rhsauto048 ~]# docker pull docker.io/busybox Using default tag: latest Trying to pull repository docker.io/library/busybox ... latest: Pulling from docker.io/library/busybox 56bec22e3559: Pull complete Digest: sha256:29f5d56d12684887bdfa50dcd29fc31eea4aaf4ad3bec43daf19026a7ce69912 Status: Downloaded newer image for docker.io/busybox:latest [root@rhsauto048 ~]# docker run --rm docker.io/busybox date docker: Error response from daemon: failed to create endpoint hopeful_lovelace on network bridge: adding interface veth5b5eab6 to bridge docker0 failed: could not find bridge docker0: route ip+net: no such network interface. I think the 'a' is the start of 'adding interface veth5b5eab6 to bridge docker0 failed: could not find bridge docker0: route ip+net: no such network interface.' Andy's comment is a dupe of https://bugzilla.redhat.com/show_bug.cgi?id=1388839 This is likely a dup of 1388839. Since we were explicitly deleting the docker0 bridge, fixed in the linked openshift PR *** This bug has been marked as a duplicate of bug 1388839 *** |