Bug 1905119
Summary: | Race in AWS EBS determining whether custom CA bundle is used | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Staebler <mstaeble> |
Component: | Storage | Assignee: | Matthew Staebler <mstaeble> |
Storage sub component: | Operators | QA Contact: | Yunfei Jiang <yunjiang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | high | CC: | aos-bugs, yunjiang |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
This is a bug in new functionality added to 4.7.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:40:32 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: |
Description
Matthew Staebler
2020-12-07 15:18:38 UTC
verified. PASS OCP version: 4.7.0-0.nightly-2021-02-05-005950 verify steps: 1. install c2s cluster 2. ca-bundle.pem exists in cm openshift-config-managed/kube-cloud-config 3. ca-bundle.pem exists in cm openshift-config/cloud-provider-config 4. CA bundle in deployment openshift-cluster-csi-drivers/aws-ebs-csi-driver-controller <--snip--> { "mountPath": "/etc/ca", "name": "ca-bundle", "readOnly": true } <--snip--> { "name": "AWS_CA_BUNDLE", "value": "/etc/ca/ca-bundle.pem" } <--snip--> 5. remove ca-bundle.pem from openshift-config/cloud-provider-config 6. ca-bundle.pem not exists in cm openshift-config-managed/kube-cloud-config 7. CA bundle not used in deployment openshift-cluster-csi-drivers/aws-ebs-csi-driver-controller 8. add ca-bundle.pem to openshift-config/cloud-provider-config 9. ca-bundle.pem exists in cm openshift-config-managed/kube-cloud-config, and its value is up to date. 10. CA bundle in deployment openshift-cluster-csi-drivers/aws-ebs-csi-driver-controller, and its value is up to date. 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.7.0 security, 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/RHSA-2020:5633 |