You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/12 09:36:34 UTC

[GitHub] [apisix-ingress-controller] tokers opened a new issue #85: leaderelection

tokers opened a new issue #85:
URL: https://github.com/apache/apisix-ingress-controller/issues/85


   Currently, all apisix-ingress-controller instances will try to synchronize config changes to APISIX cluster(s), which is duplicate, actually we can elect a leader to synchronize, other instances should be standby and start re-election if the leader is down.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #85: leaderelection

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #85:
URL: https://github.com/apache/apisix-ingress-controller/issues/85#issuecomment-743730550


   We can use https://github.com/kubernetes/kubernetes/tree/323f34858de18b862d43c40b2cced65ad8e24052/staging/src/k8s.io/client-go/tools/leaderelection to achieve this.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #85: leaderelection

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #85:
URL: https://github.com/apache/apisix-ingress-controller/issues/85#issuecomment-743980484


   > We can use https://github.com/kubernetes/kubernetes/tree/323f34858de18b862d43c40b2cced65ad8e24052/staging/src/k8s.io/client-go/tools/leaderelection to achieve this.
   
   Agree, related to #11 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] gxthrj closed issue #85: leaderelection

Posted by GitBox <gi...@apache.org>.
gxthrj closed issue #85:
URL: https://github.com/apache/apisix-ingress-controller/issues/85


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org