-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OKD 4.11][AWS] Installing cluster fails since new S3 bucket settings #1576
Comments
Thank you for the issue, but still did not copy, will it be fixed in OKD 4.11? Found that newest 4.12 build already include fix |
Once installer repo is cherry-picked in release-4.11 it will land in OKD 4.11 nightlies |
Hi folks, the specified issue is a critical blocker for our team and customer as well. Our release has completely failed. We really need to get the fix in the 4.11.0-0.okd-2022-08-20-022919 version since it was the latest working one for our platform because of the bug with Rook + Ceph (#1505). We've already tried to build the OKD installer ourselves from https://github.com/openshift/installer/tree/7493bb2821ccd348c11aa36f05aa060b3ab6beda, which corresponds to https://github.com/okd-project/okd/releases/tag/4.11.0-0.okd-2022-08-20-022919 with cherry-pick of the openshift/installer@3b33851. Unfortunately, it seems to pull some latest code dependencies, such as AMI and API for machine sets, etc. Please help deliver the fix to the https://github.com/okd-project/okd/releases/tag/4.11.0-0.okd-2022-08-20-022919 version or point out how to pin the dependencies version to the corresponding version during the build process. P.S. We can't update our clusters to the 4.12 since our application requires the release of the Istio component with the fix to this issue (istio/istio#42485) |
We no longer make OKD 4.11 stable releases as it has moved to 4.12.
You could use installer w/ the fix (be it extracted from the nightly or built manually) with existing 4.11.0-0.okd-2022-08-20-022919 release image, see https://github.com/openshift/installer/blob/master/docs/dev/alternative_release_image_sources.md?plain=1#L8 |
@vrutkovs thanks a lot! We've set But there is still one warning that machine-config ClusterOperator Cannot update. With the following messages in the status:
Do you have any idea whaе could have changed to cause the problem? Since on the pure |
Not sure, we'll need must-gather to find out more. Also, make sure you use installer from |
Thanks. We built it from this commit openshift/installer@7493bb2 which is for sure in the |
Describe the bug
Trying to set up a new cluster at the AWS account, and got an error during installation:
error creating S3 bucket ACL for mock-cluster-tkxmn-bootstrap: AccessControlListNotSupported: The bucket does not allow ACLs
Checked AWS Documentation found next:
Starting in April 2023, Amazon S3 will change the default settings for S3 Block Public Access and Object Ownership (ACLs disabled) for all new S3 buckets. For new buckets created after this update, all S3 Block Public Access settings will be enabled, and S3 access control lists (ACLs) will be disabled. These defaults are the recommended best practices for securing data in Amazon S3. You can adjust these settings after creating your bucket
Version
4.11.0-0.okd-2022-08-20-022919
IPI method
How reproducible
100% from 24.04.2023
Log bundle
The text was updated successfully, but these errors were encountered: