ShiningRush edited a comment 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 more 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:
[email protected]


Reply via email to