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/08/19 12:31:49 UTC

[GitHub] [apisix] ShiningRush commented on issue #2070: request help: can not running pod in k8s,Readiness probe failed: dial tcp 10.244.0.54:9080: connect: connection refused

ShiningRush commented on issue #2070:
URL: https://github.com/apache/apisix/issues/2070#issuecomment-676274454


   Plugin load failed will not cause readiness probe failed. the key point is you config tcp probe at port "9080", but you run apisix at port "9082".
   
   BTW: this a bad cloud-native application, for below reason:
   - you should run gateway with deployment instead of daemonset
   - ETCD should run as statefulset
   - selector should be different, it will cause service and controller work unexpectedly, you can check [this](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) for detail.


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