arun-gupta / docker-java

Docker for Java Developers
386 stars 230 forks source link

Windows require Python installation for Kubernetes cluster #127

Closed suepan closed 8 years ago

suepan commented 8 years ago

If there is no Python installation, then starting Kubernetes cluster gives the following error:

$ ./cluster/kube-up.sh
Starting cluster using provider: vagrant
... calling verify-prereqs
... calling kube-up
./cluster/../cluster/vagrant/../../cluster/common.sh: line 156: python: command not found
arun-gupta commented 8 years ago

Updated the instructions