-
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
white listing #1410
Comments
Look into nginx.conf to see if whitelist configured |
No I don't see it.. I thought ingress rule will update that. |
We're seeing similar issue on |
Closing. If you are running in GCE you need to add the annotation Also please update to NGINX: 0.9.0-beta.15 |
looks like this solution has been deprecated https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer |
@ssinhas if you are using k8s > 1.7 you can use the service fields https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip |
can we please change the status to open.. kind: Service here is my ingress file
upgrade nginx controller 0.9.0-beta.15 whitelisting still don't work |
@ssinhas please post the ingress pod logs |
@ssinhas kubernetes.io/ingress.allow-http: "false" is not supported in the nginx ingress controller |
it does and it works.. If i access http://...., it does 404 error... nginx controller logs shows useless info I1011 22:30:34.176755 5 controller.go:304] backend reload required |
@ssinhas please make some requests to 35.202.164.214. That should appear in the log. |
i am not sure what service is running 35.202.164.214 updating Ingress jenkins/jenkins status to [{35.202.164.214 }] what does it even mean? |
That is the IP of the node where the pod of the ingress controller it's running. |
That must be used in the ingress service, not in the jenkins one. |
I did that one too.. still doesn't work |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
we are working on GCP.
We have three namespaces. Jenkins is running on Jenkins namespace.
We are running nginx ingress controller in "dev" namespace.
We created a ingress rule for jenkins which has
ingress.kubernetes.io/whitelist-source-range: 1.2.3.4/32
But this whitelisting doesn't seem like working.
Do I need nginx ingress controlleron jenkins namespace ?
I tried this but doesn't seem like it works.
If I recreate Jenkins ingress, do i have to recreate ingress controller pod again? I did try delete/ create nginx ingress controller couple of times.
How I can make whitelisting work?
I really appreciate any help. I am totally stuck
We are using NGINX: 0.9.0-beta.13 image
The text was updated successfully, but these errors were encountered: