Bug 1826046 - Console pod declares wrong ports
Summary: Console pod declares wrong ports
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 4.5.0
Assignee: Samuel Padgett
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-20 18:35 UTC by Samuel Padgett
Modified: 2020-07-13 17:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Version: 4.5.0-0.ci-2020-04-17-015018 Cluster ID: a4344ab4-2501-4fee-90e4-5242c008eacf Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:75.0) Gecko/20100101 Firefox/75.0
Last Closed: 2020-07-13 17:29:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console-operator pull 415 0 None closed Bug 1826046: declare correct container port in console pod spec 2020-06-23 10:08:24 UTC
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-07-13 17:29:31 UTC

Description Samuel Padgett 2020-04-20 18:35:23 UTC
Console binds to port 8443, not port 443. But the pod spec claims 443:

ports:
- name: https
  containerPort: 443
  protocol: TCP

This is informational only and doesn't break anything, but we should fix it.

Comment 4 XiaochuanWang 2020-04-30 03:25:06 UTC
Both Deployment and Pods using the expected port now:
"""
          ports:
            - name: https
              containerPort: 8443
              protocol: TCP
"""
Verified on 4.5.0-0.nightly-2020-04-29-223453

Comment 5 errata-xmlrpc 2020-07-13 17:29:11 UTC
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-2020:2409


Note You need to log in before you can comment on or make changes to this bug.