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
C2 over v1.19 to parent #7
Open
CrocBomber
wants to merge
686
commits into
parent
Choose a base branch
from
c2-over-v1.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
…1.12 Release v1.12.0
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Add release and support policy to README.md
Release Helm chart v2.12.0
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Co-authored-by: ConnorJC3 <[email protected]> Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
…napshotter Add parameter to force enable snapshotter sidecar
Add serviceMonitor.forceEnable parameter Signed-off-by: Eddie Torres <[email protected]>
Add serviceMonitor.labels parameter
Enable CI tests in K8s `1.25`
Signed-off-by: Eddie Torres <[email protected]>
…tests Update go version in unit-tests.yaml to 1.19
Signed-off-by: Eddie Torres <[email protected]>
…tests Update and run `update-gomock`
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Add version information from tag to GCR build
…1.12 Release v1.12.1
refactor: Move the default controller tolerations in the helm chart values
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/pkg/driver/controller.go#L139 All the parameters transformed to lower key, thus they should be compared to strings in lower key
[BUG] pkg/driver/controller.go uses ToLower
Signed-off-by: Eddie Torres <[email protected]>
Increase cloudbuild timeout
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
AWS ResizeDisk method doesn't work with C2 cloud, because its EC2 API doesn't implement DescribeVolumesModifications method, which is used for detecting pending modifications. The resize functionality for C2 cloud was implemented in new method: ResizeDiskC2. It checks pending modifications via ModifyVolume API method. Now ResizeDiskC2 is used instead of ResizeDisk in all project (including tests).
Original and target sizes of C2 volumes must be divisible by 8. Test documentation updates: 1. fix commands for e2e test run: escape "[]" symbols 2. move resize test from "red" to "green" 3. remove duplicates from e2e tests list
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?