Bug 1746375 - Use operator to rollout new openshift-apiserver on proxy CA change
Summary: Use operator to rollout new openshift-apiserver on proxy CA change
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: openshift-apiserver
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2.0
Assignee: Stefan Schimanski
QA Contact: Xingxing Xia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-28 10:01 UTC by Stefan Schimanski
Modified: 2019-10-16 06:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-16 06:38:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-openshift-apiserver-operator pull 228 0 None closed Bug 1746375: Revert use of watchdog for trusted-ca-bundle 2020-11-23 12:58:45 UTC
Red Hat Product Errata RHBA-2019:2922 0 None None None 2019-10-16 06:40:23 UTC

Description Stefan Schimanski 2019-08-28 10:01:31 UTC
Rollout new openshift-apiserver through the operator when the proxy CA changes in openshift-apiserver, after reverting https://github.com/openshift/cluster-openshift-apiserver-operator/pull/226.

Comment 2 Xingxing Xia 2019-09-09 10:21:20 UTC
Checked in 4.2.0-0.nightly-2019-09-08-180038, openshift-apiserver pod yaml now does not include watchdog, and given CA configmap is created and proxy/cluster is configured:
...
spec:
  httpProxy: http://proxy-user1:$PASSWORD@10.0.76.148:3128
  httpsProxy: https://proxy-user1:$PASSWORD@10.0.76.148:3130
  noProxy: test.no-proxy.com
  trustedCA:
    name: user-ca-bundle
...

openshift-apiserver pod can rollout and then contain CA mount like
    - mountPath: /var/run/configmaps/trusted-ca-bundle
      name: trusted-ca-bundle

Comment 3 Xingxing Xia 2019-09-09 12:38:37 UTC
(In reply to Xingxing Xia from comment #2)
> Checked in 4.2.0-0.nightly-2019-09-08-180038, openshift-apiserver pod yaml
Hmm, should check operator pod.
> now does not include watchdog

Comment 4 errata-xmlrpc 2019-10-16 06:38:14 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-2019:2922


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