Bug 1990075 - azure-cloud-node-manager DaemonSet should use maxUnavailable: 10%
Summary: azure-cloud-node-manager DaemonSet should use maxUnavailable: 10%
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Compute
Version: 4.9
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.9.0
Assignee: dmoiseev
QA Contact: sunzhaohua
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-04 17:09 UTC by dmoiseev
Modified: 2022-04-11 08:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-18 17:44:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-cloud-controller-manager-operator pull 103 0 None None None 2021-08-04 17:12:28 UTC
Red Hat Product Errata RHSA-2021:3759 0 None None None 2021-10-18 17:44:54 UTC

Description dmoiseev 2021-08-04 17:09:23 UTC
At the moment azure-cloud-node-manager DaemonSet does not specify maxUnavailable parameter.

Respective test (https://github.com/openshift/origin/blob/master/test/extended/operators/daemon_set.go#L41) constantly failing on azure platform.

Comment 2 sunzhaohua 2021-08-17 04:17:32 UTC
verified
clusterversion: 4.9.0-0.nightly-2021-08-16-154237

Checked on an azure cluster, maxUnavailable parameter has beed added to daemonSet 
$ oc edit ds azure-cloud-node-manager -n openshift-cloud-controller-manager
  updateStrategy:
    rollingUpdate:
      maxSurge: 0
      maxUnavailable: 10%
    type: RollingUpdate

Comment 5 errata-xmlrpc 2021-10-18 17:44:53 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security 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/RHSA-2021:3759


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