1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-07 17:43:59 +00:00

Merge pull request #994 from fmuyassarov/config-defaulting

E2E: default kubeconfig location to ${HOME}/.kube/config
This commit is contained in:
Kubernetes Prow Robot 2022-12-14 07:29:35 -08:00 committed by GitHub
commit 586bf7eefe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ else
endif
HOSTMOUNT_PREFIX ?= /
KUBECONFIG ?=
KUBECONFIG ?= ${HOME}/.kube/config
E2E_TEST_CONFIG ?=
E2E_PULL_IF_NOT_PRESENT ?= false