-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
mirroring: can't increase accepted body size #9680
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@iameli I think the critical information already asked by the new issue template is very much required but not available in your issue description. Kindly update your main description of the issue and add the info related to the issue extracted from the cluster as the live state. For example ;
|
/remove-kind bug |
You may also want to test with the recently released version of the controller. |
Respectfully, most of that information is irrelevant and would require quite a bit of redaction on my part to post here; our ingress logs contain the ids of user resources that aren't public, our service logs contain IP addresses that aren't public, and our ingresses contain URLs that aren't public. The problem is clear: the I suspect the fix will involve updating the |
@iameli that is reasonable. Can you at least write down a step-by-step procedure, that someone can copy/paste from, on their minikube or kind cluster, to reproduce the problem. |
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
I have same issue.
Environment:
How to reproduce:
I got logs bellow and
minikube.txt |
Closing because the creator of the issue posted a message like this
/close |
@longwuyuan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
EDIT: Worked around this with
What happened:
I have a global body size parameter set via the configmap:
I also have a mirroring rule enabled on my ingress:
But when I try and mirror those requests to the other ingress, it fails:
What you expected to happen:
Should mirror the request body.
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
Kubernetes version (use
kubectl version
):Environment:
uname -a
): Linux dp5585 5.4.0-139-generic Fix issue for ratelimit #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: