From 5b7dbb5f5f820e00de080c27788fa7271f8e541c Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Wed, 27 Dec 2017 15:33:49 -0800 Subject: [PATCH 1/2] cfssljson now has -version flag --- docs/02-client-tools.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index e6b728d..16096d8 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -60,7 +60,19 @@ Revision: dev Runtime: go1.6 ``` -> The cfssljson command line utility does not provide a way to print its version. +Verify `cfssljson` version 1.2.0 or higher is installed: + +``` +cfssljson -version +``` + +> output + +``` +Version: 1.2.0 +Revision: dev +Runtime: go1.9.2 +``` ## Install kubectl From 73521622873b6d7f4d9e25e7cd1b423e7076dd5d Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Wed, 27 Dec 2017 15:34:12 -0800 Subject: [PATCH 2/2] Update for version of go used to build --- docs/02-client-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 16096d8..94548bb 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -57,7 +57,7 @@ cfssl version ``` Version: 1.2.0 Revision: dev -Runtime: go1.6 +Runtime: go1.9.2 ``` Verify `cfssljson` version 1.2.0 or higher is installed: