From 815e650da898f79a07f8ca8a6c0ff944fdc2abe3 Mon Sep 17 00:00:00 2001 From: Sunil Arora Date: Wed, 21 Feb 2018 11:37:10 -0800 Subject: [PATCH] removed '-u' option from install command 'go get' complains if package exists and has been checked out with different protocol (https/git). This results in tutorial integration test failures. Disabling the option untill we have a solid solution. --- cmd/kinflate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kinflate/README.md b/cmd/kinflate/README.md index 518b91913..ac99bf6b7 100644 --- a/cmd/kinflate/README.md +++ b/cmd/kinflate/README.md @@ -8,7 +8,7 @@ ```shell -go get -u k8s.io/kubectl/cmd/kinflate +go get k8s.io/kubectl/cmd/kinflate ``` After running the above command, `kinflate` should get installed in your `GOPATH/bin` directory.