Skip to content

Commit

Permalink
Merge pull request #812 from mcristina422/vKustomize
Browse files Browse the repository at this point in the history
🏃 use a released version of kustomize
  • Loading branch information
k8s-ci-robot committed Jun 24, 2019
2 parents ba0d560 + 877319f commit 27c1cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install_and_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# limitations under the License.

go get sigs.k8s.io/kind@v0.3.0
# TODO(mengqiy): use a released version after v2.1.0 is out.
go get sigs.k8s.io/kustomize@f9c631e9eec7a2d6e46eb9e1bf5122f68b97d12d
go get sigs.k8s.io/kustomize@v2.1.0

# You can use --image flag to specify the cluster version you want, e.g --image=kindest/node:v1.13.6, the supported version are listed at https://hub.docker.com/r/kindest/node/tags
kind create cluster --config test/kind-config.yaml --image=kindest/node:v1.14.1

0 comments on commit 27c1cc0

Please sign in to comment.