-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: Correct DNS suffix for OIDC provider #2026
Conversation
thank you @xchan - can you update your PR title to something like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
### [18.20.4](v18.20.3...v18.20.4) (2022-04-20) ### Bug Fixes * Correct DNS suffix for OIDC provider ([#2026](#2026)) ([5da692d](5da692d))
This PR is included in version 18.20.4 🎉 |
Co-authored-by: Xin Chen <chenxin@konvery.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [18.20.4](terraform-aws-modules/terraform-aws-eks@v18.20.3...v18.20.4) (2022-04-20) ### Bug Fixes * Correct DNS suffix for OIDC provider ([terraform-aws-modules#2026](terraform-aws-modules#2026)) ([5da692d](terraform-aws-modules@5da692d))
Co-authored-by: Xin Chen <chenxin@konvery.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [18.20.4](terraform-aws-modules/terraform-aws-eks@v18.20.3...v18.20.4) (2022-04-20) ### Bug Fixes * Correct DNS suffix for OIDC provider ([terraform-aws-modules#2026](terraform-aws-modules#2026)) ([5da692d](terraform-aws-modules@5da692d))
### [18.20.4](terraform-aws-modules/terraform-aws-eks@v18.20.3...v18.20.4) (2022-04-20) ### Bug Fixes * Correct DNS suffix for OIDC provider ([#2026](terraform-aws-modules/terraform-aws-eks#2026)) ([136fccf](terraform-aws-modules/terraform-aws-eks@136fccf))
I try to migrate cluster from v17.24.0 to v18.29.0 and faced with deployment to AWS China, that error appears:
Fixed by adding variable so looks like in China we have the same principal - "eks.amazonaws.com", but not "eks.amazonaws.com.cn" as currently module tried to create |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
This is a supplement fix for
#1904
Motivation and Context
This MR is a combined fix for succefully launching Karpenter 0.8.2 on AWS EKS on China Region (cn-northwest-1)
Breaking Changes
N/A
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull requestAWS EKS version 1.22 + Karpenter 0.8.2 launched succefully with this fix with node scaling test done.