Bug 2048824
| Summary: | [IBMCloud] ibm-vpc-block-csi-node does not specify an update strategy, only resource requests, or priority class | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Christopher J Schaefer <cschaefe> | |
| Component: | Storage | Assignee: | Arashad Ahamad <arahamad> | |
| Storage sub component: | Operators | QA Contact: | Chao Yang <chaoyang> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | urgent | |||
| Priority: | unspecified | CC: | aos-bugs, jnowicki, jsafrane | |
| Version: | 4.10 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.11.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2049001 (view as bug list) | Environment: | ||
| Last Closed: | 2022-08-10 10:45:53 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2049001, 2049003 | |||
|
Description
Christopher J Schaefer
2022-01-31 22:38:44 UTC
PRs has been raised by cjschaef https://github.com/openshift/ibm-vpc-block-csi-driver-operator/pull/22 {
"rollingUpdate": {
"maxSurge": 0,
"maxUnavailable": "10%"
},
"type": "RollingUpdate"
}
oc get daemonset.apps/ibm-vpc-block-csi-node -o json | grep -i priorityClassName
"priorityClassName": "system-node-critical",
Passed with 4.10.0-0.nightly-2022-02-07-162517
Sorry, Update the status in wrong bug. Passed with 4.11.0-0.nightly-2022-02-10-031822 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 (Important: OpenShift Container Platform 4.11.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-2022:5069 |