Deploy_OpenWhisk_with_Helm icon indicating copy to clipboard operation
Deploy_OpenWhisk_with_Helm copied to clipboard

Back-off restarting failed container. Error syncing pod

Open nheidloff opened this issue 7 years ago • 2 comments

Hi, I disabled affinity here https://github.com/xingzhou/Deploy_OpenWhisk_with_Helm/blob/master/values.yaml#L116-L119 and ran your instructions again, but see other errors now.

couchdb-3991079190 replicaset Back-off restarting failed container Error syncing pod

controller statefulset Back-off restarting failed container Error syncing pod Container image "openwhisk/controller" already present on machine

screen shot 2018-02-02 at 9 09 09 am screen shot 2018-02-02 at 9 09 28 am screen shot 2018-02-02 at 9 09 44 am

nheidloff avatar Feb 02 '18 08:02 nheidloff

@nheidloff, thanks for the information. I made some update in the code today, and now based on the latest image of: openwhisk/controller, openwhisk/invoker and tomxing/openwhisk_couchdb, I can deploy OW on my local all-in-one K8s env. Would you please have a try on the latest code?

Besides, are you using IBM Cloud as the testing env? If so, please share with me your deployment process and I'd like to try the deployment on cloud as well, thx

xingzhou avatar Feb 06 '18 07:02 xingzhou

@nheidloff Try it again with the latest commits and set the pull policy to Always

gazben avatar Apr 04 '18 08:04 gazben