Skip to content
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

add update version force annotation #153

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

rushmash91
Copy link
Member

@rushmash91 rushmash91 commented Apr 1, 2025

Issue: aws-controllers-k8s/community#2409

Description of changes:
Updates Go SDK version to v1.36.3 and removes new fields from CRDs

Adds support for force upgrade annotation in EKS clusters, allowing users to force version upgrades even when there are cluster insight findings that would normally block the upgrade.

  • Adds eks.services.k8s.aws/force-upgrade annotation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-prow ack-prow bot requested review from a-hilaly and michaelhtm April 1, 2025 15:25
@ack-prow ack-prow bot added the approved label Apr 1, 2025
Comment on lines 54 to 63
const (
// AnnotationPrefix is the prefix for all annotations specifically for
// the EKS service.
AnnotationPrefix = "eks.services.k8s.aws/"
// AnnotationForceUpgrade is an annotation whose value indicates whether
// the cluster version upgrade should be forced even if there are cluster insight findings.
AnnotationForceUpgrade = AnnotationPrefix + "force-upgrade"

DefaultForceUpgrade = false
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

annotations looks pretty good..i'm wondering if we should keep it consistent across the controllers tho..
rds does it this way: https://github.com/aws-controllers-k8s/rds-controller/blob/edae298800eb4089dffffde7ece63c6a827cacb5/apis/v1alpha1/annotation.go#L18-L45

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree v1alpha1/apis is abetter place, i did put those in ECR and I regret that choice, we ideally to move them

@rushmash91
Copy link
Member Author

/hold

@ack-prow ack-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 2, 2025
Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thanks @rushmash91 !
/lgtm

@ack-prow ack-prow bot added lgtm Indicates that a PR is ready to be merged. and removed lgtm Indicates that a PR is ready to be merged. labels Apr 2, 2025
Copy link

ack-prow bot commented Apr 4, 2025

@rushmash91: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
eks-verify-attribution 89c36ee link false /test eks-verify-attribution

Full PR test history. Your PR dashboard.

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/test-infra repository. I understand the commands that are listed here.

@rushmash91
Copy link
Member Author

/unhold

@ack-prow ack-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 4, 2025
Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dankeshoen!
/lgtm

@ack-prow ack-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2025
Copy link

ack-prow bot commented Apr 4, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: a-hilaly, rushmash91

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:
  • OWNERS [a-hilaly,rushmash91]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-prow ack-prow bot merged commit be8ee62 into aws-controllers-k8s:main Apr 4, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants