Replies: 10 comments
-
you may want |
Beta Was this translation helpful? Give feedback.
-
I now have it as follows:
This has working input but the output is now gone. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
the api is confusing, you should put stdout first, it is not a typo
|
Beta Was this translation helpful? Give feedback.
-
I feel like an absolute monkey, i can not figure this out. This is what i have now:
Adding Console.OpenStandardOutput(). causes an error 'Stream does not support reading'. It is somewhat working now but the output is borked :
I only put 'ls' once and got that as a response. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
First off, Thanks for your help. I got it semi working with this:
But that hangs after issueing the first command. The output however does look normal in the beginning |
Beta Was this translation helpful? Give feedback.
-
just a bit test. i guess the original code is due to deadlock here is a working one
|
Beta Was this translation helpful? Give feedback.
-
That works great, thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
BTW could you please contribute an example if you have time? |
Beta Was this translation helpful? Give feedback.
-
Made a pr |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I found the example on how to use ExecInPodAsync and got it working. However i wonder how i can use this to keep open an interactive shell. Using kubectl i can do it by using '/bin/bash/' as the command. How can i do this using this client?
Beta Was this translation helpful? Give feedback.
All reactions