From b5b11ef6e9dca00b6023deef308fd353c99d5f08 Mon Sep 17 00:00:00 2001 From: bzub Date: Thu, 26 Sep 2019 17:37:53 -0500 Subject: [PATCH] Fix compile kustomize example. --- docs/plugins/goPluginCaveats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/goPluginCaveats.md b/docs/plugins/goPluginCaveats.md index e9d2e4bd5..1c5009ae1 100644 --- a/docs/plugins/goPluginCaveats.md +++ b/docs/plugins/goPluginCaveats.md @@ -52,8 +52,8 @@ kustomize and the plugin_. This means a one-time run of ``` -GOPATH=${whatever} go get \ - sigs.k8s.io/kustomize/cmd/kustomize@${releaseVersion} +GOPATH=${whatever} GO111MODULE=on go get \ + sigs.k8s.io/kustomize/v3/cmd/kustomize@${releaseVersion} ``` and then a normal development cycle using