Skip to content
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

Support Git Bash for Windows #11

Open
tgruenert opened this issue Dec 19, 2022 · 1 comment
Open

Support Git Bash for Windows #11

tgruenert opened this issue Dec 19, 2022 · 1 comment

Comments

@tgruenert
Copy link

At first - this plugin could really be a helpful tool at developing deployments. Great idea!
For me at now it is limited to view files. Downloading via kubectl cp do not work at the moment.

$ kubectl cp default/jmeter-c64c9798b-87jx5:/root/result/n2.jmx n2.jmx -c jmeter
Error from server (NotFound): pods "default\\jmeter-c64c9798b-87jx5;C" not found

It might be an small change at path separator substitution. But unfortunately i can´t do it by myself.

@tgruenert
Copy link
Author

after playing around i recognized:

the namespace prefix lets fail the command.

$ kubectl cp default/jmeter-c64c9798b-87jx5:/root/result/n2.jmx n2.jmx 
Error from server (NotFound): pods "default\\jmeter-c64c9798b-87jx5;C" not found

fails but

$ kubectl cp jmeter-c64c9798b-87jx5:/root/result/n2.jmx -n default n2.jmx
tar: removing leading '/' from member names

works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant