-
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
ssl-passthrough breaks with RBAC #1647
Comments
Also experiencing this with ACS-Engine K8s 1.8.4 with RBAC enabled. |
Issues go stale after 90d 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. |
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. |
NGINX Ingress controller version:
quay.io/aledbf/nginx-ingress-controller:0.271
Kubernetes version (use
kubectl version
):Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.2+coreos.0", GitCommit:"4c0769e81ab01f47eec6f34d7f1bb80873ae5c2b", GitTreeState:"clean", BuildDate:"2017-10-25T16:24:46Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Environment:
CoreOS , On Premise installation,
IPv6 + ipv4, nginx ingress running in DaemonSet mode to act as frontend.
Kernel (e.g.
uname -a
):Linux coreos05.kub.modio.se 4.13.9-coreos Basic structure #1 SMP Thu Oct 26 03:21:00 UTC 2017 x86_64 Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz GenuineIntel GNU/Linux
Install tools:
Ansible
Others:
deployed with RBAC role from https://github.com/kubernetes/ingress-nginx/blob/master/deploy/rbac.yaml
What happened:
When disabling "AlwaysAllow" with rbac, containers started After that moment fail to get packets sent to them.
What you expected to happen:
I expected the traffic from ssl passthrough to arrive properly
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: