-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix copyTo and copyFrom command in K8 class #57
Comments
Remove It seems Similar issues: kubernetes/kubernetes#60140 |
The error log in this ticket is confusing because |
This may have been fixed in the kubernetes 1.30 release (ga 4/17/24). Note:
|
A few more notes. 1.30+ is available. I think we would need to update Kind version, update the readme, and also update the kubernetes node client. We could also add retry logic, here is the source code of the Java libraries:
|
@instamenta , on the copyFrom, just drop the z from the tar, we'll merge that, close this issue, then we can reopen this issue if it starts happening again. |
potential future solutions (if we need to reopen this ticket in the future), if we delay, then 1.30.0 deployments to GKE and Latitude will make this issue go away:
|
a different error, but copyFrom is failing more frequently |
🎉 This issue has been resolved in version 0.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I think the way to first try and solve this is by upgrading all of our tools to the latest version of Kuberenetes/Kubectl/Kind /etc so that it will leverage the websocket, which might seem to solve the problem.
The text was updated successfully, but these errors were encountered: