Update Kubernetes version for supporting v1beta3.

Kubernetes v1beta3 API is enabled in release 0.15.0.
So this change updated the release version in doc.

Change-Id: I2754c5453f511f4a4ceb9da9644929a340f346c3
Partially-Implements: blueprint python-k8sclient
This commit is contained in:
Madhuri Kumari 2015-04-15 19:30:25 +09:00
parent 0b343fe028
commit 2874902a07
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ required action is to install kubectl manually.
Install binary distribution of kubectl distributed by Google::
wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.11.0/kubernetes.tar.gz
wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.15.0/kubernetes.tar.gz
tar -xzvf kubernetes.tar.gz
sudo cp -a kubernetes/platforms/linux/amd64/kubectl /usr/bin/kubectl

View File

@ -112,7 +112,7 @@ required action is to install kubectl manually.
Install binary distribution of kubectl distributed by Google::
wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.11.0/kubernetes.tar.gz
wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.15.0/kubernetes.tar.gz
tar -xzvf kubernetes.tar.gz
sudo cp -a kubernetes/platforms/linux/amd64/kubectl /usr/bin/kubectl