1

I found issue about this on issuetracker.google.com and read whole annotations part of the docs. But I'm unable to make it happen on a K8S cluster on GCP.

I know that GET with body is not a standard thing. I need to support this on the application because it was one of the existing features before we decided to move the stuff to kubernetes. So my hands are tied about this.

  • What is the Issue Tracker link? An HTTP GET request with body is very unusual. Design for the norm and not the exception. SO has a big thread on this topic: https://stackoverflow.com/questions/978061/http-get-with-request-body – John Hanley Mar 03 '20 at 18:49
  • I know. I know. We ignore the body on GET req but Ingress is returning 400 when there is a body in the GET and it can break some of the webhooks that are connected to our service. – Alchemistake Mar 04 '20 at 06:41
  • Can you post more details about your setup (GKE version, ingress config, ingress controller etc.) and link to the issue tracker? – acid_fuji Mar 04 '20 at 08:43
  • GKE: 1.13.12-gke.25 Ingress config is nothing is special just default ones. – Alchemistake Mar 04 '20 at 10:05

0 Answers0