Bug 1633504
Summary: | node-problem-detector fails to install in disconnected install | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
Component: | Node | Assignee: | Joel Smith <joelsmith> |
Status: | CLOSED ERRATA | QA Contact: | Weinan Liu <weinliu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.11.0 | CC: | aos-bugs, avagarwa, cshereme, jokerman, mmccomas, sgaikwad, vrutkovs, wjiang |
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-10 09:04:01 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: | 1670390 |
Description
Jaspreet Kaur
2018-09-27 07:48:55 UTC
Node problem detector needs to be updated to follow something like https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_web_console/defaults/main.yml#L7 Node-problem-detector always fails (irrespective of disconnected environment). Specifying the registry url using oreg_url doesn't help and it always tries to get the images from registry.redhat.io Tried with "openshift_docker_additional_registries" as well which failed with the same error. This worked for me after modifying the image parameters. Created a PR for this: https://github.com/openshift/openshift-ansible/pull/10260 Based on my comment https://github.com/openshift/openshift-ansible/pull/10260#issuecomment-425471968, I am moving it to 3.11.z, please let me know if you disagree. So far does not seem critical enough to hold 3.11. If the customer tries to install Node Problem detector in 3.11 from Satellite or disconnected installations, the installations will fail. So, they either need to disable Node Problem detector or pull the images manually on the nodes. I think, since we can workaround this issue, we are good to wait till 3.11.z Fix is available in openshift-ansible-3.11.23-1 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-2019:0024 |