-
Notifications
You must be signed in to change notification settings - Fork 19
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
STOR-1400: Rebase to v1.25.0 for OCP 4.15 #244
STOR-1400: Rebase to v1.25.0 for OCP 4.15 #244
Conversation
Signed-off-by: Connor Catlett <conncatl@amazon.com>
Release 1.18.0
…1.18 Release 1.18
Signed-off-by: Eddie Torres <torredil@amazon.com>
Use K8s `stable-1.27` for External Storage tests on Windows
Signed-off-by: Eddie Torres <torredil@amazon.com>
update list of nitro instances
Signed-off-by: Connor Catlett <conncatl@amazon.com>
…roughput 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>
…release-url 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>
Upstream does not store it in git.
@jsafrane: This pull request references STOR-1400 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We do not have go 1.21 in OCP 4.15
@jsafrane: This pull request references STOR-1400 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/override ci/prow/verify-commits |
@jsafrane: Overrode contexts on behalf of jsafrane: ci/prow/verify-commits In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/label docs-approved |
/lgtm |
/label acknowledge-critical-fixes-only |
Use the pre merged build
$ oc rsh aws-ebs-csi-driver-controller-66d6ddb48-bnxqj
Defaulted container "csi-driver" out of: csi-driver, driver-kube-rbac-proxy, csi-provisioner, provisioner-kube-rbac-proxy, csi-attacher, attacher-kube-rbac-proxy, csi-resizer, resizer-kube-rbac-proxy, csi-snapshotter, snapshotter-kube-rbac-proxy, csi-liveness-probe
sh-4.4$ ps -elf
F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
4 S 1000190+ 1 0 0 80 0 - 326426 ep_pol 01:06 ? 00:00:00 /usr/bin/aws-ebs-csi-driver controller --endpoint=unix:///var/lib/csi/sockets/pluginproxy/
4 S 1000190+ 14 0 0 80 0 - 3015 do_wai 01:47 pts/0 00:00:00 /bin/sh
4 R 1000190+ 20 14 0 80 0 - 11174 - 01:47 pts/0 00:00:00 ps -elf
sh-4.4$ /usr/bin/aws-ebs-csi-driver --version
{
"driverVersion": "v1.25.0",
"gitCommit": "5631a456c759944b7e3a1c5124d7734c6aeb8aab",
"buildDate": "2023-11-22T00:33:25+00:00",
"goVersion": "go1.20.10 X:strictfipsruntime",
"compiler": "gc",
"platform": "linux/amd64"
}
|
/label qe-approved |
@jsafrane: This pull request references STOR-1400 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@jsafrane: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/override ci/prow/verify-commits |
@jsafrane: Overrode contexts on behalf of jsafrane: ci/prow/verify-commits In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-aws-ebs-csi-driver-container-v4.15.0-202311231531.p0.gea19619.assembly.stream for distgit ose-aws-ebs-csi-driver. |
Diff to upstream v1.25.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.25.0...jsafrane:rebase-v1.25.0
I had to downgrade go to v1.20, we don't have 1.21 in OCP yet.
Notable changes since v1.18.0 (OCP 4.14):
Full changelog: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md
@openshift/storage