Bug 1462721
| Summary: | [3.5] Liveness Probe Port for custom routers wrong after openshift upgrades | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Russell Teague <rteague> |
| Component: | Cluster Version Operator | Assignee: | Russell Teague <rteague> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.5.1 | CC: | anli, aos-bugs, javier.ramirez, jokerman, michael.voegele, mmccomas, sdodson, simon.gunzenreiner |
| Target Milestone: | --- | ||
| Target Release: | 3.5.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The use of oc patch to update router images was setting additional config items to defaults, even if they were configured differently in the environment. The tasks were converted to use Ansible modules which are much more precise and change only the provided parameter.
|
Story Points: | --- |
| Clone Of: | 1457330 | Environment: | |
| Last Closed: | 2017-06-29 13:33:14 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: | |||
|
Description
Russell Teague
2017-06-19 12:16:25 UTC
Verified with openshift-ansible-3.5.89.
1. Create router with stats-port=1937
oadm router --stats-port=1937
2. The port is still 1937 after upgrade
[cloud-user@container--1 ~]$ oc get dc router -o json|grep -B 1 1937
"name": "STATS_PORT",
"value": "1937"
--
"path": "/healthz",
"port": 1937,
--
{
"containerPort": 1937,
"hostPort": 1937,
--
"path": "/healthz",
"port": 1937,
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-2017:1666 |