-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ingress session affinity cookies not set #2206
Comments
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. |
I'm having the same issue, I reported an issue to kubernetes/ingress-nginx but I'm not sure if this problem is caused by some issue in minikube kubernetes/ingress-nginx#2252 |
The new version resolve some rewrite, session-affinity and templates bugs and will fix #2206
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
Minikube version : 0.23.0
OS : OSX 10.13.1
VM Driver : virtualbox
ISO version : minikube-v0.23.6.iso
Install tools:
Others: kubernetes version 1.8.0
What happened:
I do not see any session affinity cookies set in browser.
$ minikube addons enable ingress
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
ingress.kubernetes.io/affinity: cookie
ingress.kubernetes.io/session-cookie-hash: sha1
ingress.kubernetes.io/session-cookie-name: route
kubernetes.io/ingress.class: nginx
creationTimestamp: 2017-11-17T21:49:33Z
generation: 6
name: app
namespace: default
resourceVersion: "297266"
selfLink: /apis/extensions/v1beta1/namespaces/default/ingresses/app
uid: 32c2b99b-cbe1-11e7-9c0c-080027566197
spec:
rules:
http:
paths:
serviceName: hello-node
servicePort: 8080
status:
loadBalancer:
ingress:
The text was updated successfully, but these errors were encountered: