-
Notifications
You must be signed in to change notification settings - Fork 828
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
kops: Bump terraform providers and modules for the build cluster. #7036
kops: Bump terraform providers and modules for the build cluster. #7036
Conversation
Signed-off-by: Arnaud Meukam <[email protected]>
cc @bryantbiggs |
@@ -17,7 +17,7 @@ limitations under the License. | |||
module "eks" { | |||
providers = { aws = aws.kops-infra-ci } | |||
source = "terraform-aws-modules/eks/aws" | |||
version = "20.8.3" | |||
version = "20.10.0" |
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.
any reason not to go up to 20.20.0
?
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.
I don't think we need the latest version but happy to do it.
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.
I'll leave it to you - but if this is Karpenter motivated, I would go to at least 20.15.0
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.
For this cluster, there is no real need to switch to Karpenter right now. Probably something to think about in 2025.
/lgtm |
@bryantbiggs: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@bryantbiggs I got │ Error: updating EKS Node Group (k8s-infra-kops-prow-build:prow-build-20231205235350132400000001) version: operation error EKS: UpdateNodegroupVersion, https response error StatusCode: 400, RequestID: cc844a55-f471-43ab-9900-16b33e4faa3a, InvalidRequestException: 'k8s.io/cluster-autoscaler/k8s-infra-kops-prow-build' is not a valid tag key. Tag keys must match pattern ([0-9a-zA-Z\\-_+=,.@:]{1,255}), and must not be a reserved name ('.', '..', '_index') but I'm sure the tags didn't change. |
it might be new validation that MNG is doing - we shouldn't need to add these tags per aws/containers-roadmap#608 (comment) |
No description provided.