We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is fixed by #25273. Please wait for 1.4 release.
Sorry, something went wrong.
thx!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: