Bug 1820484
| Summary: | Failed to create a cluster when applying a custom KMS key on worker volumes. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yunfei Jiang <yunjiang> | ||||||
| Component: | Installer | Assignee: | Joel Speed <jspeed> | ||||||
| Installer sub component: | openshift-installer | QA Contact: | Yunfei Jiang <yunjiang> | ||||||
| Status: | CLOSED DUPLICATE | Docs Contact: | |||||||
| Severity: | high | ||||||||
| Priority: | high | CC: | jspeed | ||||||
| Version: | 4.5 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 4.5.0 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-04-20 11:13:10 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Yunfei Jiang
2020-04-03 08:05:20 UTC
Can you attach the oc adm must-gathe ? 1. Create cluster by default configuration * Cluster created successfully * All master and worker volumes are encrypted by default AWS KMS key. 2. Apply custom KMS key ONLY on master volumes * Cluster created successfully * Master volumes are encrypted by custome AWS KMS key. * Worker volumes are encrypted by default AWS KMS key. ^^ these succeed.. 3. Apply custom KMS key ONLY on worker volumes * Cluster created successfully * Master volumes are encrypted by default AWS KMS key. * Worker volumes should be encrypted with custom AWS KMS key, failing.. ^^ (3) failing and (2) working makes it sound like the machine-api is failing.. Created attachment 1676807 [details]
must gather log
(In reply to Abhinav Dahiya from comment #1) > Can you attach the oc adm must-gathe ? must-gather log is attached. hmm the must-gather is missing the machine-api namespace.. we should open a separate bug for cloud team for that.. Can you grab the logs from all the containers running in the openshift-machine-api namespace.. (In reply to Abhinav Dahiya from comment #5) > hmm the must-gather is missing the machine-api namespace.. > > we should open a separate bug for cloud team for that.. > > Can you grab the logs from all the containers running in the > openshift-machine-api namespace.. Collected all logs using must-gather, including machine-api namespace. (shared via cloud due to file size limitation.) https://drive.google.com/open?id=1I1dR65FFsvcMmgL-pBhtzu8kydd_Zgv5 *** This bug has been marked as a duplicate of bug 1815219 *** |