Skip to content

Commit

Permalink
Merge pull request #122 from AbelHu/abel/fix-kubeconfig-issue
Browse files Browse the repository at this point in the history
fix kubeconfig issue in dev_cluster.mk
  • Loading branch information
k8s-ci-robot committed Aug 24, 2023
2 parents bff71db + 3bc3f88 commit 7f48de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admission-webhook/make/dev_cluster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ifeq ($(KUBECTL),)
KUBECTL = $(DEV_DIR)/kubectl-$(KUBERNETES_VERSION)
endif

KUBECONFIG?="~/.kube/kind-config-$(CLUSTER_NAME)"
KUBECONFIG?="$(HOME)/.kube/kind-config-$(CLUSTER_NAME)"

# starts a new kind cluster (see https://github.com/kubernetes-sigs/kind)
.PHONY: cluster_start
Expand Down

0 comments on commit 7f48de9

Please sign in to comment.