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

C2 over v1.19 to parent #7

Open
wants to merge 686 commits into
base: parent
Choose a base branch
from
Open

C2 over v1.19 to parent #7

wants to merge 686 commits into from

Conversation

CrocBomber
Copy link
Owner

Is this a bug fix or adding new feature?

What is this PR about? / Why do we need it?

What testing is done?

k8s-ci-robot and others added 30 commits October 4, 2022 12:07
Signed-off-by: Eddie Torres <[email protected]>
Add release and support policy to README.md
Signed-off-by: Eddie Torres <[email protected]>
Co-authored-by: ConnorJC3 <[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]>
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]>
Signed-off-by: Connor Catlett <[email protected]>
Add version information from tag to GCR build
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]>
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Nikita Kretov and others added 22 commits June 5, 2023 11:29
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.