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

Problem about how to increase the characters per line when using kubectl exec #32184

Closed
lufeng4828 opened this issue Sep 7, 2016 · 2 comments

Comments

@lufeng4828
Copy link

Hi all,

first of all any help is appreciated

I want execute a command in a container and I execute:

kubectl exec -ti busybox bash

but if I input about 70 characters in bash and then I get truncated output(line broken anyway) that is different from docker exec.

is there a way to increase the characters per line when using kubectl exec?

Environment (also see manifests for more detailed info):
Centos 7.0.1406
Kubernetes: 1.2.0
etcd: 2.3.7
flannel: 0.5.3
docker: 1.10.3

Thanks a lot for any suggestions.

@janetkuo
Copy link
Member

janetkuo commented Sep 7, 2016

This is fixed by #25273. Please wait for 1.4 release.

@janetkuo janetkuo closed this as completed Sep 7, 2016
@lufeng4828
Copy link
Author

thx!

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

No branches or pull requests

3 participants