-
Notifications
You must be signed in to change notification settings - Fork 275
update sidecars to latest version #385
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
update sidecars to latest version #385
Conversation
humblec
commented
Nov 3, 2022
/assign @andyzhangx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
ae66dd9
to
5ea9a36
Compare
3654f31
to
be6408e
Compare
Pull Request Test Coverage Report for Build 3582925783
💛 - Coveralls |
@andyzhangx ptal..thanks! |
/test pull-csi-driver-nfs-external-e2e |
test-infra is broken now... waiting for fix |
/test pull-csi-driver-nfs-external-e2e |
/retest |
/approve |
/lgtm |
/test pull-csi-driver-nfs-external-e2e |
/retest |
Signed-off-by: Humble Chirammal <[email protected]>
3f3b02d
to
546e303
Compare
I figured out the test failure, it's due to a mkdir bug in csi-node-driver-registrar v2.6.0 & v2.6.1, details: kubernetes-csi/node-driver-registrar#214, I have reverted to v2.5.1 |
@andyzhangx the fix is part of |
@humblec I mean the fix is revert of this PR: kubernetes-csi/node-driver-registrar#247, v2.6.0 & v2.6.1 is actually broken now. |
@humblec all test pass now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, ggriffiths, humblec, xing-yang 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 |
ah.. then may be we have to open an issue at n-d-r repo @andyzhangx ? thanks for checking it and finding the RCA. |
@humblec there is already an ask to publish a new release here: kubernetes-csi/node-driver-registrar#247 (comment) |