Boshi Lian
Boshi Lian
ping @bootleg224
@bootleg224 could you please `git commit --reset-author` to set the commit author with sla signed email
linked #846 i will take a look
hmm I did not remember there was a change related to log and .net runtime here is an example https://github.com/kubernetes-client/csharp/blob/master/examples/logs/Logs.cs and test used of log https://github.com/kubernetes-client/csharp/blob/8e8619130ab5745b4a6ba0f4eaa806b8a8e544d4/tests/E2E.Tests/MnikubeTests.cs#L345 can you please confirm...
catch HttpOperationException ex and dump its content. it should contains what returns from server side
print `HttpOperationException.Response.Content`, it should contain the error from server the error is 401 badrequest which means client side was sending requests server could not understand
@lineville what is the output of `kubectl logs`
i am porting kubectl style apis, but the process is a bit slow as i am busy with day time works here is how describe po works, it is some...
I believe it is a true EOF from server side why `timeoutSeconds == 10`? could you please make it HUUUGE? see #835