Skip to content
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

Closed
patriot1burke opened this issue Nov 18, 2017 · 3 comments · Fixed by #2644
Closed

ingress session affinity cookies not set #2206

patriot1burke opened this issue Nov 18, 2017 · 3 comments · Fixed by #2644
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@patriot1burke
Copy link

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:

  • host: foo.bar
    http:
    paths:
    • backend:
      serviceName: hello-node
      servicePort: 8080
      status:
      loadBalancer:
      ingress:
    • ip: 192.168.99.100
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 16, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 18, 2018
@jpconver
Copy link

jpconver commented Mar 24, 2018

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

dlorenc pushed a commit that referenced this issue Mar 27, 2018
The new version resolve some rewrite, session-affinity and templates bugs and will fix #2206
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants