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/09/03 17:27:53 UTC

[GitHub] [openwhisk-deploy-kube] neerajmangal edited a comment on issue #521: Not able to get OpenWhisk up on minikube on ubuntu 18.04

neerajmangal edited a comment on issue #521: Not able to get OpenWhisk up on minikube on ubuntu 18.04
URL: https://github.com/apache/openwhisk-deploy-kube/issues/521#issuecomment-527557989
 
 
   Hi @urmilb, 
   
   Please check `kubectl describe pod owdev-controller-0`, it might be possible that the controller is being killed/restarted by kubelet due to liveness probe failure if it does not come within that time.
   
   if that is the case you can increase the livenessProb's `initialDelayinSeconds` setting. Please refer to https://github.com/apache/openwhisk-deploy-kube/issues/477 and https://github.com/apache/openwhisk-deploy-kube/issues/478. 

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


With regards,
Apache Git Services