-
Notifications
You must be signed in to change notification settings - Fork 199
vanilla test fix for k8s upgrade 1.33 #3292
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
vanilla test fix for k8s upgrade 1.33 #3292
Conversation
|
Hi @rajguptavm. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
f4c8d19 to
0aaed72
Compare
|
/approve |
|
/lgtm |
ac51e47 to
8a30382
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kavyashree-r, rajguptavm, sipriyaa 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 |
|
/lgtm |
5cff1d6 to
651666d
Compare
|
/lgtm |
|
/retest |
|
@rajguptavm: Cannot trigger testing until a trusted user reviews the PR and leaves an 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-sigs/prow repository. |
* set securityContext for all containers in cns-csi controller pod (#3282) * test step fix (#3290) * CSI sidecar bump up (#3281) * vanilla test fix for k8s upgrade 1.33 (#3292) * Supervisor - Upgrade external provisioner (#3285) Updated `csi-provisioner` version to `v5.0.2_vmware.6` for K83 1.31 Updated `csi-provisioner` version to `v5.0.2_vmware.6` for K83 1.30 Updated `csi-provisioner` version to `v5.0.2_vmware.6` for K83 1.29 * poll timeout fix and log message fix for storagepolicyusage (#3260) * ginkgo-label on tests (#3298) * fixing vm patch logic using correct api version (#3299) --------- Co-authored-by: Divyen Patel <[email protected]> Co-authored-by: Raj Kumar Gupta <[email protected]> Co-authored-by: Chethan Venkatesh <[email protected]> Co-authored-by: Satyanarayana Kolluri <[email protected]> Co-authored-by: sipriyaa <[email protected]>
What this PR does / why we need it:
Vanilla test fix for k8s upgrade 1.33
Polling added for namespace deletion tests
Ginkgo Label fix for vanilla in storagepolicy tests
Testing done:
YES
https://gist.github.com/rajguptavm/e265772ba19976944516edddbb2f4b3b
@rpanduranga @sipriyaa Please review it.