Updating the versions of the tools used

pull/322/head
Anand Sharma 2018-02-25 13:31:29 -05:00 committed by GitHub
parent ca97d57990
commit cf6c615804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -55,9 +55,9 @@ cfssl version
> output > output
``` ```
Version: 1.2.0 Version: 1.3.0
Revision: dev Revision: dev
Runtime: go1.6 Runtime: go1.9.4
``` ```
Verify `cfssljson` version 1.2.0 or higher is installed: Verify `cfssljson` version 1.2.0 or higher is installed:
@ -68,9 +68,9 @@ cfssljson -version
> output > output
``` ```
Version: 1.2.0 Version: 1.3.0
Revision: dev Revision: dev
Runtime: go1.6 Runtime: go1.9.4
``` ```
## Install kubectl ## Install kubectl
@ -94,7 +94,7 @@ sudo mv kubectl /usr/local/bin/
### Linux ### Linux
``` ```
wget https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl wget https://storage.googleapis.com/kubernetes-release/release/v1.9.3/bin/linux/amd64/kubectl
``` ```
``` ```
@ -116,7 +116,7 @@ kubectl version --client
> output > output
``` ```
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-15T21:07:38Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"darwin/amd64"} Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3", GitCommit:"d2835416544f298c919e2ead3be3d0864b52323b", GitTreeState:"clean", BuildDate:"2018-02-09T21:51:06Z", GoVersion:"go1.9.4", Compiler:"gc", Platform:"darwin/amd64"}
``` ```
Next: [Provisioning Compute Resources](03-compute-resources.md) Next: [Provisioning Compute Resources](03-compute-resources.md)