| Summary: | Pod is waiting to start: ContainerCreating | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weibin Liang <weliang> |
| Component: | Node | Assignee: | Andy Goldstein <agoldste> |
| Status: | CLOSED NOTABUG | QA Contact: | DeShuai Ma <dma> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2.0 | CC: | aos-bugs, jokerman, mmccomas, weliang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-18 12:52:40 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: | |
|
Description
Weibin Liang
2016-04-07 14:24:31 UTC
[root@master3 openshift-ansible]# rpm -qa | grep openshift tuned-profiles-atomic-openshift-node-3.2.0.11-1.git.0.6696e29.el7.x86_64 openshift-ansible-roles-3.0.47-6.git.0.7e39163.el7aos.noarch openshift-ansible-3.0.47-6.git.0.7e39163.el7aos.noarch openshift-ansible-filter-plugins-3.0.47-6.git.0.7e39163.el7aos.noarch openshift-ansible-playbooks-3.0.47-6.git.0.7e39163.el7aos.noarch atomic-openshift-clients-3.2.0.11-1.git.0.6696e29.el7.x86_64 atomic-openshift-master-3.2.0.11-1.git.0.6696e29.el7.x86_64 atomic-openshift-node-3.2.0.11-1.git.0.6696e29.el7.x86_64 atomic-openshift-sdn-ovs-3.2.0.11-1.git.0.6696e29.el7.x86_64 atomic-openshift-3.2.0.11-1.git.0.6696e29.el7.x86_64 openshift-ansible-lookup-plugins-3.0.47-6.git.0.7e39163.el7aos.noarch atomic-openshift-utils-3.0.47-6.git.0.7e39163.el7aos.noarch [root@master3 openshift-ansible]# docker version Client: Version: 1.9.1 API version: 1.21 Package version: docker-1.9.1-25.el7.x86_64 Go version: go1.4.2 Git commit: 78ee77d/1.9.1 Built: OS/Arch: linux/amd64 Server: Version: 1.9.1 API version: 1.21 Package version: docker-1.9.1-25.el7.x86_64 Go version: go1.4.2 Git commit: 78ee77d/1.9.1 Built: OS/Arch: linux/amd64 [root@master3 openshift-ansible]# What do you have in /etc/sysconfig/docker? [root@master3 ~]# cat /etc/sysconfig/docker # /etc/sysconfig/docker # Modify these options if you want to change the way the docker daemon runs OPTIONS=' --selinux-enabled --insecure-registry=172.30.0.0/16 ' DOCKER_CERT_PATH=/etc/docker # If you want to add your own registry to be used for docker search and docker # pull use the ADD_REGISTRY option to list a set of registries, each prepended # with --add-registry flag. The first registry added will be the first registry # searched. ADD_REGISTRY='--add-registry registry.access.redhat.com' # If you want to block registries from being used, uncomment the BLOCK_REGISTRY # option and give it a set of registries, each prepended with --block-registry # flag. For example adding docker.io will stop users from downloading images # from docker.io # BLOCK_REGISTRY='--block-registry' # If you have a registry secured with https but do not have proper certs # distributed, you can tell docker to not look for full authorization by # adding the registry to the INSECURE_REGISTRY line and uncommenting it. # INSECURE_REGISTRY='--insecure-registry' # On an SELinux system, if you remove the --selinux-enabled option, you # also need to turn on the docker_transition_unconfined boolean. # setsebool -P docker_transition_unconfined 1 # Location used for temporary files, such as those created by # docker load and build operations. Default is /var/lib/docker/tmp # Can be overriden by setting the following environment variable. # DOCKER_TMPDIR=/var/tmp # Controls the /etc/cron.daily/docker-logrotate cron job status. # To disable, uncomment the line below. # LOGROTATE=false [root@master3 ~]# Hi wei, could you help verify this bug? It works fine when I configured through Jenkins job. |