1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

README: document E2E_TEST_CONFIG Makefile variable

This commit is contained in:
Markus Lehtonen 2020-05-25 10:38:54 +03:00
parent 59a88b07e1
commit 32290ea8f8

View file

@ -889,6 +889,7 @@ name of the resulting container image.
| IMAGE_TAG | Full image:tag to tag the image with | <IMAGE_REPO>/<IMAGE_NAME>
| K8S_NAMESPACE | nfd-master and nfd-worker namespace | kube-system
| KUBECONFIG | Kubeconfig for running e2e-tests | *empty*
| E2E_TEST_CONFIG | Parameterization file of e2e-tests (see [example](test/e2e/e2e-test-config.exapmle.yaml)) | *empty*
For example, to use a custom registry:
```