Skip to content

Commit a4dce6e

Browse files
committed
kubeconfig for bootstrap
1 parent 0dfc044 commit a4dce6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/kcp/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ kcp-server: $(KCP) $(ARTIFACT_DIR)/kcp ## Run the kcp server.
6767

6868
.PHONY: kcp-bootstrap
6969
kcp-bootstrap: ## Bootstrap the kcp server.
70+
export KUBECONFIG=$(CURDIR)/$(ARTIFACT_DIR)/kcp.kubeconfig
7071
@go run ./config/main.go
7172

7273
.PHONY: kcp-controller

0 commit comments

Comments
 (0)