You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started implementing this feature in #79. It looks like kube-rs doesn't have a native way to copy files, it relies on tar under the hood, which kubectl cp does as well.
I'm not sure I'm in love with the idea that tar must be present in the container for cp to work. It would prevent copying from containers built from static bases, which is considered a best practice for workloads.
I'm not sure the value of continuing to develop this feature, but if others in the community feel strongly then we can continue exploring it.
As a user, I would like to debug a live container running in my k8s cluster by copying files from that container's filesystem to my local filesystem.
For example,
The text was updated successfully, but these errors were encountered: