-
Notifications
You must be signed in to change notification settings - Fork 301
Copy local file to pod using tar #962
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
Copy local file to pod using tar #962
Conversation
|
Welcome @lazarkrstic! |
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.
thanks
I will make inner websocket chunked
Co-authored-by: Boshi Lian <[email protected]>
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
Can you remove label |
do not put |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lazarkrstic, tg123 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 |
@lazarkrstic Thanks for doing this. When I use this example, the file is copied to the pod successfully, but then the thread blocks on the error checking starting at line 96...specifically being blocked by |
@cody-malcolm what is your base image? only ubuntu' tar passed the test see comment here csharp/tests/E2E.Tests/MinikubeTests.cs Line 654 in fd3931c
|
@tg123 We are using node:16.15.0-alpine base image. Based on Alpine Linux. Edit: After some digging, I discovered this uses busybox, and the implementation doesn't work with the busybox version of |
No description provided.