You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run container on my local I get only the response from my end point. But inside Kubernetes I see unnecessary download output as if I added -o to my commands but I didn't. So I can't get clear JSON output from my REST endpoint.
with little information am almost certain to conclude this is unrelated to curl or the container but if you provide output and a bit more description of what curl is posting we can maybe guess ...
When I run container on my local I get only the response from my end point. But inside Kubernetes I see unnecessary download output as if I added -o to my commands but I didn't. So I can't get clear JSON output from my REST endpoint.
Kubernetes: 1.23.x
image: curlimages/curl:8.10.1
I use it with Kubernetes cronjobs.
The text was updated successfully, but these errors were encountered: