Stephen Sullivan

Results 7 comments of Stephen Sullivan

That's the exact error I bumped into when testing the latests changes out. I've been able to deploy the webhook successfully with the code from that PR.

I’m running into the same thing right now. I asked in the slack channel about the process for getting new images uploaded. The current ci setup doesn’t automatically upload them...

I've been doing some testing and I think there are some further modifications that need to be made. I noticed that while the webhook was returning an AdmissionResponse, the pod...

This change https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/1421 resolved it in my testing.

I recently started to try and build some new functions and use this template and I've run into this same problem.

I was able to get this working by applying a suggestion from https://github.com/benoitc/gunicorn/issues/1733#issuecomment-377000612 ```python @app.before_request def fix_transfer_encoding(): """ Sets the "wsgi.input_terminated" environment flag, thus enabling Werkzeug to pass chunked requests...

At the moment I’m not familiar with the performance differences between plain flask and the current implementation. If it is more performant and doesn’t have the problem with chunked encoding...