forked from C2Devel/aws-ebs-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Diff between v1.19 and original #6
Open
CrocBomber
wants to merge
642
commits into
CrocBomber:parent
Choose a base branch
from
kubernetes-sigs:release-1.19
base: parent
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
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 <[email protected]>
Release Helm chart `v2.11.0`
add link to install guide
Signed-off-by: ConnorJC <[email protected]>
Update release notes; Implement useOldCSIDriver parameter
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
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 <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
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 <[email protected]>
helm: Move default toleration to values.yaml so it can be overriden
Signed-off-by: Terry Howe <[email protected]>
Add snow device types to parameters
revise preqs for install docs
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
update list of nitro instances
Signed-off-by: Connor Catlett <[email protected]>
Allow throughput with defaulted GP3 volume type
Fix e2e test flakes due to volume node affinity conflict
Signed-off-by: Eddie Torres <[email protected]>
Increase external test pod start timeout
Signed-off-by: Hanyue Liang <[email protected]>
Add hanyuel to OWNERS
Co-authored-by: Gengtao Xu <[email protected]> Signed-off-by: Connor Catlett <[email protected]>
…quency Signed-off-by: Eddie Torres <[email protected]>
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 <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
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 <[email protected]>
Check for 'not mounted' in linux Unstage/Unpublish
Signed-off-by: Eddie Torres <[email protected]>
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 <[email protected]>
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 <[email protected]>
Upgrade dependencies
Signed-off-by: Connor Catlett <[email protected]>
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?