From 0981f5803dee2e4d096a39c599557a823638bcc5 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Tue, 29 Mar 2016 17:00:45 +0200 Subject: [PATCH] latest kubernetes requires golang 1.4+ Latest kubernetes requires golang 1.4+ as shown below : ```mykub:~/kubernetes hack/local-up-cluster.sh Detected go version: go version go1.3.3 linux/amd64.Kubernetes requires go version 1.4 or greater.Please install Go version 1.4 or later. ``` --- docs/getting-started-guides/locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index a49d4b1f31..d58ba80cac 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -23,7 +23,7 @@ You need an [etcd](https://github.com/coreos/etcd/releases) in your path, please #### go -You need [go](https://golang.org/doc/install) at least 1.3+ in your path, please make sure it is installed and in your ``$PATH``. +You need [go](https://golang.org/doc/install) at least 1.4+ in your path, please make sure it is installed and in your ``$PATH``. ### Starting the cluster @@ -113,4 +113,4 @@ One or more of the KUbernetes daemons might've crashed. Tail the logs of each in #### The pods fail to connect to the services by host names -The local-up-cluster.sh script doesn't start a DNS service. Similar situation can be found [here](http://issue.k8s.io/6667). You can start a manually. Related documents can be found [here](https://releases.k8s.io/{{page.githubbranch}}/cluster/addons/dns#how-do-i-configure-it) \ No newline at end of file +The local-up-cluster.sh script doesn't start a DNS service. Similar situation can be found [here](http://issue.k8s.io/6667). You can start a manually. Related documents can be found [here](https://releases.k8s.io/{{page.githubbranch}}/cluster/addons/dns#how-do-i-configure-it)