You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/02 02:50:53 UTC

[GitHub] xingzhou opened a new issue #77: Nginx can not forward the following requests to controller once the major controller is restarted.

xingzhou opened a new issue #77: Nginx can not forward the following requests to controller once the major controller is restarted.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/77
 
 
   When deploy with multiple controllers in the cluster, the nginx node is configured as load-balance mode. e.g. if we deploy two controllers, there would be controller-0 and controller-1 in the cluster, controller-0 would be the major controller node and controller-1 is the stand by controller.
   
   In this case, if we kill controller-0, K8s will auto restart this pod, but after this controller instance is restarted, the nginx stopped to forward client request to controller pod, therefore, the client can not reach out to whisk cluster.
   
   /cc @dgrove-oss 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services