Chris G.
Chris G.

Reputation: 25974

Azure Kubernetes sample - Waiting for cluster initialization

I am trying out the Kubernetes setup from here The problem is that it hangs with the following output :

Waiting for cluster initialization.

This will continually check to see if the API for kubernetes is reachable. This might loop forever if there was some uncaught error during start up.

...................................................................................................................................................................

And it just hangs there?

Upvotes: 1

Views: 150

Answers (1)

Qiong Wu
Qiong Wu

Reputation: 1585

According to https://github.com/chanezon/azure-linux/tree/master/coreos/kubernetes Kubernetes for GIT is currently broken, I also wasnt able to get it running unfortunately :(

Upvotes: 1

Related Questions