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
Tools similar to oc, such as adb, that allow to copy file from a remote, offer to copy single file without needing to specify a destination and allow to, e.g. just provide a target directory, such as ..
It would be a nice quality-of-life improvement to have something similar implemented.
Tools similar to
oc
, such asadb
, that allow to copy file from a remote, offer to copy single file without needing to specify a destination and allow to, e.g. just provide a target directory, such as.
.It would be a nice quality-of-life improvement to have something similar implemented.
Version
Client Version: 4.17.5
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Kubernetes Version: v1.27.15+6147456
Steps To Reproduce
oc cp <pod name>:<path to a single file> .
Current Result
Expected Result
The file is copied to the current directory.
Additional Information
n/a
The text was updated successfully, but these errors were encountered: