Diff between v1.19 and original#6
Open
CrocBomber wants to merge 642 commits intoCrocBomber:parentfrom
Open
Conversation
Release `v1.11.3`
Allow all taint for toleration csi-node by default
Merge release 1.11 branch into master
Signed-off-by: Eddie Torres <torredil@amazon.com>
Release Helm chart `v2.11.0`
add link to install guide
Signed-off-by: ConnorJC <github@connorjc.io>
Update release notes; Implement useOldCSIDriver parameter
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Update go version; Update dependencies
Add initContainer parameter to the controller's template
Currently, setting the AWS_EC2_ENDPOINT environment variable overwrites the STS endpoint as well. This patch adds a custom resolver to only set a custom endpoint on EC2 service.
Add resolver to handle custom endpoints
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Add self to OWNERS
Add enableMetrics configuration
Add controller nodeAffinity to prefer EC2 over Fargate + Retrieve region/AZ from topology label in K8s
Signed-off-by: Connor Catlett <conncatl@amazon.com>
helm: Move default toleration to values.yaml so it can be overriden
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Add snow device types to parameters
revise preqs for install docs
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
update list of nitro instances
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Allow throughput with defaulted GP3 volume type
Fix e2e test flakes due to volume node affinity conflict
Signed-off-by: Eddie Torres <torredil@amazon.com>
Increase external test pod start timeout
Signed-off-by: Hanyue Liang <hanliang@amazon.com>
Add hanyuel to OWNERS
Co-authored-by: Gengtao Xu <gengtaox@amazon.com> Signed-off-by: Connor Catlett <conncatl@amazon.com>
…quency Signed-off-by: Eddie Torres <torredil@amazon.com>
Use dl.k8s.io instead of kubernetes-release bucket
NodeUnstage/UnpublishVolume should return a success when the path requested has already been unstaged/unpublished. Signed-off-by: Connor Catlett <conncatl@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Add Startup Taint Removal Feature
The AWS SDK has its own EC2 interface, so ours is just bloatware unnecessarily increasing developer overhead every time they forget to add a function to it. Signed-off-by: Connor Catlett <conncatl@amazon.com>
Check for 'not mounted' in linux Unstage/Unpublish
Signed-off-by: Eddie Torres <torredil@amazon.com>
Remove EC2 interface
Remove CPU limits; Decrease node pod CPU usage
Drop support for Windows 20H2
The commit allows users to modify volume properties through PVC annotations. For more details, refer to the modify-volume doc.
* Migrates Windows containers to EKS-D base images * Add explicit runAsUserName to Windows manifests Signed-off-by: Connor Catlett <conncatl@amazon.com>
Add option to append extra string to user agent
Enable volume modification through annotations
Migrate to EKS-D Windows base images
Signed-off-by: Eddie Torres <torredil@amazon.com>
Upgrade dependencies
Signed-off-by: Connor Catlett <conncatl@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Is this a bug fix or adding new feature?
What is this PR about? / Why do we need it?
What testing is done?