Bug 1958154
Summary: | Custom AWS user tags limit not supported (openshift/api says max=25), install fails when >=10 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andrew McDermott <amcdermo> |
Component: | Installer | Assignee: | Aditya Narayanaswamy <anarayan> |
Installer sub component: | openshift-installer | QA Contact: | Yunfei Jiang <yunjiang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | anarayan, gshereme, mstaeble |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
AWS S3 bucket allows only a maximum of 10 custom tags and hence we should restrict the number of custom user tags to 8 since we use 2 of our own to tag the resources and to figure out what resources to delete during cluster destruction.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-18 17:31:03 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
Andrew McDermott
2021-05-07 10:37:25 UTC
That's a good find. Since s3 only supports 10 tags, we need to drastically lower the number of user tags that OpenShift claims to support. Need to address, not prioritized. verified. PASS. OCP version: 4.9.0-0.nightly-2021-08-25-185404 install-config.yaml: platform: aws: region: us-east-2 userTags: customTag-1: value-1 customTag-2: value-2 customTag-3: value-3 customTag-4: value-4 customTag-5: value-5 customTag-6: value-6 customTag-7: value-7 customTag-8: value-8 customTag-9: value-9 ./openshift-install create ignition-configs --dir cluster1 FATAL failed to fetch Kubeconfig Admin Client: failed to load asset "Install Config": invalid "install-config.yaml" file: platform.aws.userTags: Invalid value: 9: number of user tags cannot be more than 8 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 |