Skip to content

Commit

Permalink
Update Gopkg.lock and cleanup Makefile (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber authored and k8s-ci-robot committed May 2, 2019
1 parent 970144d commit a0289c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ release-artifacts: ## Build release artifacts
## --------------------------------------

.PHONY: binaries-dev
binaries-dev: ## Builds and installs all development binaries using go get
go get -v ./...
binaries-dev: generate manager clusterawsadm clusterctl

.PHONY: create-cluster
create-cluster: binaries-dev ## Create a development Kubernetes cluster on AWS using examples
Expand All @@ -225,7 +224,7 @@ create-cluster: binaries-dev ## Create a development Kubernetes cluster on AWS u
-a ./cmd/clusterctl/examples/aws/out/addons.yaml

.PHONY: create-cluster-ha
create-cluste-ha: binaries-dev ## Create a development Kubernetes cluster on AWS using HA examples
create-cluster-ha: binaries-dev ## Create a development Kubernetes cluster on AWS using HA examples
clusterctl create cluster -v 4 \
--provider aws \
--bootstrap-type kind \
Expand Down

0 comments on commit a0289c5

Please sign in to comment.