Skip to content

Commit

Permalink
Fix integration-test-dev cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jan 10, 2019
1 parent e86f493 commit 10003b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ integration-test-dev: build ## Run the integration tests without cluster teardow
-eksctl.kubeconfig=$(HOME)/.kube/eksctl/clusters/$(TEST_CLUSTER)

create-integration-test-dev-cluster: build ## Create a test cluster for use when developing integration tests
@./eksctl create cluster --name=integration-test-dev --auto-kubeconfig --nodegroup-name=ng-0
@./eksctl create cluster --name=integration-test-dev --auto-kubeconfig --nodes=1 --nodegroup-name=ng-0

delete-integration-test-dev-cluster: build ## Delete the test cluster for use when developing integration tests
@./eksctl delete cluster --name=integration-test-dev --auto-kubeconfig
Expand Down

0 comments on commit 10003b0

Please sign in to comment.