arun-gupta / docker-java

Docker for Java Developers
386 stars 230 forks source link

Update Kubernetes version #114

Closed arun-gupta closed 8 years ago

arun-gupta commented 8 years ago

Workshop is using Kubernetes 1.0.1. This is primarily because of https://github.com/kubernetes/kubernetes/issues/12614. Check if Kubernetes cluster starts up with 1.0.7.

arun-gupta commented 8 years ago

Verified to work with Kubernetes 1.0.7 and Virtual Box 5.0.8:

Kubernetes cluster is running.  The master is running at:

  https://10.245.1.2

The user name and password to use is located in /Users/arungupta/.kube/config

... calling validate-cluster
Found 1 nodes.
        NAME         LABELS                              STATUS
     1  10.245.1.3   kubernetes.io/hostname=10.245.1.3   Ready
Validate output:
NAME                 STATUS    MESSAGE              ERROR
controller-manager   Healthy   ok                   nil
scheduler            Healthy   ok                   nil
etcd-0               Healthy   {"health": "true"}   nil
Cluster validation succeeded
Done, listing cluster services:

Kubernetes master is running at https://10.245.1.2
KubeDNS is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-dns
KubeUI is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-ui