Closed sdominguez-quistor closed 1 month ago
This issue is currently awaiting triage.
If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
/remove-kind bug
Can you please answer the questions asked in the new issue template so that readers here can get details of the problem. The information you have posted is too less and not enough for someone to take action on this.
/kind support
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 #ingress-nginx-dev
on Kubernetes Slack.
No idea what session-Affinity means. We do have sticky sessions https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/
/close
@longwuyuan: Closing this issue.
Hi All, I'm trying to put sessionAffinity: ClientIP inside service´s Kubernetes but I'm getting this error:
SyncLoadBalancerFailed Error syncing load balancer: failed to ensure load balancer: invalid service: OCI only supports SessionAffinity "None" currently
So I put sessionAffinity:None but it´s not working. How can I achieve this with OKE? My Kubernetes version is 1.27Thanks in advance.