1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 08:47:04 +00:00
node-feature-discovery/scripts/test-infra
Markus Lehtonen 979d3b88fe Add nfd-worker-conf ConfigMap to deployment templates
Add a virtually empty ConfigMap that is mounted inside the workers.
Makes it easier to start customizing the worker deployment e.g. with just:

  $ kubectl -n ${NFD_NS} edit configmap nfd-worker-conf

Create a new 'templates' make target for inserting the content of
nfd-worker.conf.example into the configmap spec of the templates. Thus,
'make templates' should be run whenever the example config is update.
Update the verify.sh prow script to check that the templates are up to
date.

This patch also streamlines the documentation about configuration
management, reflecting the changes.
2020-11-23 18:49:52 +02:00
..
build-gh-pages.sh docs: polish the version menu 2020-10-30 08:41:33 +02:00
build-image.sh scripts: don't use '-e' command line option for make 2020-09-15 11:53:50 +03:00
build.sh scripts: don't use '-e' command line option for make 2020-09-15 11:53:50 +03:00
push-image.sh scripts: explicitly override VERSION in push-image.sh 2020-09-15 11:46:48 +03:00
test-e2e.sh scripts: one more variable override fix in test-e2e.sh 2020-09-22 10:29:29 +03:00
verify.sh Add nfd-worker-conf ConfigMap to deployment templates 2020-11-23 18:49:52 +02:00