Skip to content

C2 over v1.19 to parent#7

Open
CrocBomber wants to merge 686 commits intoparentfrom
c2-over-v1.19
Open

C2 over v1.19 to parent#7
CrocBomber wants to merge 686 commits intoparentfrom
c2-over-v1.19

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 <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Add release and support policy to README.md
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Co-authored-by: ConnorJC3 <conncatl@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
…napshotter

Add parameter to force enable snapshotter sidecar
Add serviceMonitor.forceEnable parameter

Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
…tests

Update go version in unit-tests.yaml to 1.19
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Signed-off-by: Connor Catlett <conncatl@amazon.com>
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 <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
Signed-off-by: Eddie Torres <torredil@amazon.com>
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.