Bug 1879356 - During OCP patching from 3.11.219 to 3.11.248, bootstrap autoapprover image not updated
Summary: During OCP patching from 3.11.219 to 3.11.248, bootstrap autoapprover image n...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.11.0
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
: 3.11.z
Assignee: Russell Teague
QA Contact: Gaoyun Pei
URL:
Whiteboard:
: 1890358 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-16 04:47 UTC by Sayali Bhavsar
Modified: 2023-12-15 19:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: The bootstrap autoapprover configuration was not part of the upgrade process. Consequence: The bootstrap autoapprover image was not updated during upgrades. Fix: Added the enable_bootstrap playbook as part of cluster upgrades. Result: Bootstrap autoapprover image is updated during upgrades.
Clone Of:
Environment:
Last Closed: 2020-11-12 10:08:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-ansible pull 12253 0 None closed Bug 1879356: Add node_bootstrap_autoapprover as part of upgrade component 2020-11-20 17:20:36 UTC
Red Hat Product Errata RHBA-2020:4430 0 None None None 2020-11-12 10:08:55 UTC

Comment 2 Russell Teague 2020-10-22 12:57:05 UTC
*** Bug 1890358 has been marked as a duplicate of this bug. ***

Comment 4 Gaoyun Pei 2020-10-26 11:02:33 UTC
Verified this bug with openshift-ansible-3.11.310-1.git.0.4896d62.el7.noarch.rpm

1. Setup a 3.11.219 cluster with openshift_master_bootstrap_auto_approve=true, after installation, check the image used by bootstrap-autoapprover pod

# oc get po -n openshift-infra -oyaml
  spec:
  ...
      image: registry.redhat.io/openshift3/ose-node:v3.11.219


2. Run control-plane upgrade playbook, upgrade masters to latest 3.11.
ansible-playbookplaybooks/byo/openshift-cluster/upgrades/v3_11/upgrade_control_plane.yml 

3. Check the bootstrap-autoapprover pod again after upgrade finished.

# oc get po -n openshift-infra -oyaml
  spec:
  ...
      image: registry.redhat.io/openshift3/ose-node:v3.11

Comment 7 errata-xmlrpc 2020-11-12 10:08:21 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 (OpenShift Container Platform 3.11.317 bug fix and enhancement update), 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:4430


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