-
Notifications
You must be signed in to change notification settings - Fork 82
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
createKubeconfig function should not close http reponse body #116
Comments
thanks for reporting this issue and submit the PR, I am looking at the PR now. |
update for others who saw the same issue:
|
Hi @jasonyin, just a question, will be the new SDK released today? |
alexng-canuck
pushed a commit
that referenced
this issue
Aug 16, 2018
Squashed commit of the following: commit 231a5e41295c0c7f28ec8c4a2fbb50dfe78f1e15 Author: Jason Yin <jason.yin@oracle.com> Date: Tue Jul 24 16:17:48 2018 -0700 update github whitelist commit 07fafb5b7f1c2276876c5405e8ef2796392d9d24 Author: Jason Yin <jason.yin@oracle.com> Date: Tue Jul 24 12:43:52 2018 -0700 add rqs commit 78d11b3052d85c7283a41a08eef305b9f5f78003 Author: Jason Yin <jason.yin@oracle.com> Date: Tue Jul 24 11:41:50 2018 -0700 update core service to 202
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
the defer common.CloseBodyIfValid(httpResponse) call in the containerengine.createKubeconfig function closes the http body which makes impossible to get the content of it.
Thanks!
The text was updated successfully, but these errors were encountered: