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 2019/02/22 08:58:18 UTC

[GitHub] larandersson opened a new issue #428: Missing liveness and readiness probes in all components

larandersson opened a new issue #428: Missing liveness and readiness probes in all components
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/428
 
 
   It seems as if the *livenessProbe* and *readinessProbe* is missing for several components:
   
   The controller is missing the *readinessProbe*, which causes issues with rolling updates. With 1 replica, the observed behaviour is that the controller becomes unavailable for a long time since Kubernetes has no way of knowing when the new pod is ready, thereby killing off the predesessor while the new one is still in init.
   
   All other components are missing both the *readinessProbe* and the *livenessProbe*, so similar problems with rolling updates could be an issue with thos. Since it's a good practice to have these probes, they should be added.

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