linuxkit/kubernetes

To start the already installed kubernetes cluster

aadhik opened this issue · 2 comments

Description

Steps to reproduce the issue:

  1. Forcefully power down the host machine

Describe the results you received:
Kubernetes cluster does not start.
To start , have to clear all the state directories, which in essence creates new cluster and all changes are lost

Describe the results you expected:
How to start the stopped cluster. If you could tell me how , can setit up as init script

Additional information you deem important (e.g. issue happens only occasionally):

ijc commented

I suspect this is just another manifestation of #26.

If it isn't then it would seem most likely to be due to corruption of the VM disk caused by the graceless shutdown of the host, which is likely to be influenced by the configuration used for the virtual disk.

ijc commented

Closing as dup of #26