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/28 13:33:08 UTC

[GitHub] jlami commented on issue #435: Pods not starting properly after restarting Docker

jlami commented on issue #435: Pods not starting properly after restarting Docker
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/435#issuecomment-468273646
 
 
   You can delete the kafka data to let it start from scratch.
   
   Delete `%USERPROFILE%\.docker\Volumes\owdev-kafka-pvc\<some-pvc-id>\kafka-logs-owdev-kafka-0`
   
   I think it is related to kafka not shutting down properly, but I don't know yet how to do it the correct way. I had some success by doing `kubectl drain docker-for-desktop --ignore-daemonsets --delete-local-data`. Then I 'restart' by doing `kubectl uncordon docker-for-desktop`.
   
   But this didn't seem to work sometimes after a reboot of the computer, maybe kubernetes system items don't spawn correctly then?

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