vipcxj commented on issue #37375:
URL: https://github.com/apache/doris/issues/37375#issuecomment-3610104286

   @catpineapple How should ingress be configured? Although an ingress 
specifies a service, generally it won't use the service's built-in load 
balancing; instead it directly gets the IPs behind the service and does its own 
load balancing. I'm currently using traefik ingress and have configured the 
following three annotations
   ```yaml
     annotations:
       traefik.ingress.kubernetes.io/service.sticky.cookie: 'true'
   traefik.ingress.kubernetes.io/service.sticky.cookie.httponly: 'true'
   traefik.ingress.kubernetes.io/service.sticky.cookie.name: PALO_SESSION_ID
   ```
   But it didn't work. Can't the Doris web UI use sticky cookie?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to