Bug 1572869
| Summary: | [CRI-O] Need use openshift3/ose-pod as default infra image in crio product version | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | DeShuai Ma <dma> | |
| Component: | Containers | Assignee: | Urvashi Mohnani <umohnani> | |
| Status: | CLOSED ERRATA | QA Contact: | DeShuai Ma <dma> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 3.10.0 | CC: | amurdaca, aos-bugs, dma, dwalsh, jialiu, jliggitt, jokerman, mmccomas, mpatel, sdodson, umohnani, weinliu, wmeng | |
| Target Milestone: | --- | Keywords: | NeedsTestCase | |
| Target Release: | 3.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1573693 (view as bug list) | Environment: | ||
| Last Closed: | 2018-07-30 19:14:34 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: | 1573693 | |||
|
Description
DeShuai Ma
2018-04-28 09:51:19 UTC
Now we use the following walkaround to fix our env after complete installation: 1. update "pause_image" and "pause_command" in "/etc/crio/crio.conf" pause_image = "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.10" pause_command = "/usr/bin/pod" 2. Then in all node run yum install crictl crictl pull registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.10 systemctl restart crio kill -9 `pidof pause` systemctl restart atomic-openshift-node.service As customer already met can't pull the kubernetes/pause issue in disconnected installation and we always need walkaround when do 3.10 crio test. Move the bug to H/H. In comment 1 step1, we also need restart crio service after update the crio.conf looks to be controlled in https://github.com/openshift/openshift-ansible/blob/master/roles/container_runtime/templates/crio.conf.j2#L126-L127 It looks like Mrunal is taking ownership of this. Being fixed in https://github.com/openshift/openshift-ansible/pull/8262 Issue being fixed for 3.10 in https://github.com/openshift/openshift-ansible/pull/8287. There are some issues with the CRI-O CI, so waiting on that. Fix has been merged upstream. DeShuai please try it out. Comment add to the 3.9 bug https://bugzilla.redhat.com/show_bug.cgi?id=1573693#c8 Could you take a look at the comment 7 Is a new bug? Fixed by https://github.com/openshift/openshift-ansible/pull/8337. Please retest. Fixed in openshift-ansible-3.10.0-0.40.0 and later. Verify on openshift-ansible-3.10.0-0.41.0.git.0.88119e4.el7.noarch.rpm
[root@qe-dma-master-etcd-1 ~]# grep 'pause' /etc/crio/crio.conf
# pause_image is the image which we use to instantiate infra containers.
pause_image = "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.10"
# pause_command is the command to run in a pause_image to have a container just
pause_command = "/usr/bin/pod"
[root@qe-dma-master-etcd-1 ~]# systemctl status crio
● crio.service - Open Container Initiative Daemon
Loaded: loaded (/usr/lib/systemd/system/crio.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2018-05-14 22:42:46 EDT; 35min ago
Docs: https://github.com/kubernetes-incubator/cri-o
Main PID: 7346 (crio)
CGroup: /system.slice/crio.service
└─7346 /usr/bin/crio
May 14 23:17:45 qe-dma-master-etcd-1 conmon[10372]: conmon <ninfo>: about to waitpid: 10373
May 14 23:17:45 qe-dma-master-etcd-1 conmon[10372]: conmon <ninfo>: container PID: 10382
May 14 23:17:45 qe-dma-master-etcd-1 conmon[10372]: conmon <ninfo>: container 10382 exited with status 0
May 14 23:17:45 qe-dma-master-etcd-1 crio[7346]: time="2018-05-14 23:17:45.761385155-04:00" level=info msg="Received container exit code: 0, message: "
May 14 23:17:55 qe-dma-master-etcd-1 conmon[10493]: conmon <ninfo>: about to waitpid: 10494
May 14 23:17:55 qe-dma-master-etcd-1 conmon[10493]: conmon <ninfo>: container PID: 10503
May 14 23:17:55 qe-dma-master-etcd-1 crio[7346]: time="2018-05-14 23:17:55.765903941-04:00" level=info msg="Received container exit code: 0, message: "
May 14 23:18:05 qe-dma-master-etcd-1 conmon[10537]: conmon <ninfo>: about to waitpid: 10538
May 14 23:18:05 qe-dma-master-etcd-1 conmon[10537]: conmon <ninfo>: container PID: 10547
May 14 23:18:05 qe-dma-master-etcd-1 crio[7346]: time="2018-05-14 23:18:05.768168178-04:00" level=info msg="Received container exit code: 0, message: "
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816 |