Markus Lehtonen
feecee2c3d
Makefile: add lint target
...
Shortcut for running golint.
2021-07-07 10:10:47 +03:00
Kubernetes Prow Robot
6f8ee419bb
Merge pull request #546 from marquiz/devel/deps
...
go.mod: update dependencies
2021-07-06 05:38:18 -07:00
Markus Lehtonen
ad7df36a08
go.mod: update dependencies
2021-07-06 14:40:29 +03:00
Markus Lehtonen
34050596d7
test/e2e: adapt e2e tests to kubernetes v1.21.2
...
Mimic SIGDescribe() from upstream k8s e2e tests.
2021-07-06 14:40:29 +03:00
Markus Lehtonen
44a385aff5
go.mod: update kubernetes to v1.21.2
2021-07-06 14:02:04 +03:00
Kubernetes Prow Robot
6e98770ffa
Merge pull request #547 from marquiz/devel/cpuid-sse4
...
cpuid: correct the name of SSE4* cpuid flags
2021-07-06 02:32:18 -07:00
Markus Lehtonen
31bd91988f
cpuid: correct the name of SSE4* cpuid flags
...
The naming was changed in when with cpuid v2
(github.com/klauspost/cpuid/v2) and we didn't catch this in NFD. No
issue reports of the inadvertent naming change so let's just adapt to
the updated naming in NFD configuration. The SSE4* labels are disabled
by default so they're not widely used, if at all.
2021-07-06 11:54:55 +03:00
Kubernetes Prow Robot
bd97f9e803
Merge pull request #544 from marquiz/devel/source-names
...
source: define source names as consts
2021-06-11 12:47:01 -07:00
Markus Lehtonen
610b1c696c
source: define source names as consts
...
Paves the way for future work on more general representation of
feature data and looser coupling of the data and feature source
interface.
2021-06-11 15:29:57 +03:00
Kubernetes Prow Robot
e5fedf9b99
Merge pull request #542 from marquiz/devel/dump
...
utils/dump: do not print empty header line
2021-06-11 04:50:59 -07:00
Markus Lehtonen
99d223b029
utils/dump: do not print empty header line
...
Makes log output cleaner.
2021-06-11 09:29:49 +03:00
Kubernetes Prow Robot
aa2cbad3a9
Merge pull request #532 from marquiz/documentation/template
...
docs: show full version number in sidebar
2021-05-19 01:14:51 -07:00
Markus Lehtonen
4d19e1ab85
docs: show full version number in sidebar
...
Change the sidebar customization so that the full version (e.g. v0.8.2)
is displayed, instead of the truncated "releae branch version" (e.g.
v0.8) in the top left corner of the page. The items in the version menu
are unchanged and will still show the shorter form.
2021-05-19 11:02:10 +03:00
Kubernetes Prow Robot
d566ad826b
Merge pull request #531 from marquiz/devel/readme
...
README: update references to v0.8.2
2021-05-18 14:35:04 -07:00
Markus Lehtonen
d43bcb9033
README: update references to v0.8.2
2021-05-18 23:50:58 +03:00
Kubernetes Prow Robot
7d1682c9ed
Merge pull request #521 from jonkerj/expose-usb-serial
...
Add support for using USB device serial number
2021-05-06 07:11:17 -07:00
Jorik Jonker
d857f88d2d
Add support for using USB device serial number
...
In my homelab, I have different FTDI serial converters connected to
several utility meters. They all have identical vendor/device, but
different serials.
In order to detect a specific FTDI unit (eg. the one connected to my
electricity meter), I'd like feature labels triggered by a specific USB
serial.
Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
2021-05-06 13:34:39 +00:00
Kubernetes Prow Robot
0cad925ee0
Merge pull request #519 from jschintag/s390x-mount-usr
...
Mount /usr inside the Pod
2021-04-27 00:29:37 -07:00
Jan Schintag
5871207588
Mount /usr/lib and /usr/src inside the Pod
...
Mount /usr/lib and /usr/src as /host-usr/lib and /host-usr/src inside the pod
to allow NFD to search for the kernel configuration file inside /usr.
This solves the problem of the kernel config file not being present in /boot
on s390x RHCOS.
Signed-off-by: Jan Schintag <jan.schintag@de.ibm.com>
2021-04-26 16:47:37 +02:00
Kubernetes Prow Robot
09cb512f22
Merge pull request #515 from Ethyling/enh-helm-extralabelns
...
helm: add extraLabelNs master flag
2021-04-20 10:04:34 -07:00
Jordan Jacobelli
630e97a52c
helm: add extraLabelNs master flag
...
Signed-off-by: Jordan Jacobelli <jordanjacobelli04@gmail.com>
2021-04-20 16:25:12 +02:00
robertdavidsmith
77bd4e4cf6
Accept client certs based on SAN, not just CN ( #514 )
...
* first attempt at SAN-based VerifyNodeName
* Update docs on verify-node-name
2021-04-20 01:44:32 -07:00
rmr-silicom
a896ff3011
Add support for configurable runtime full and minimal images. ( #513 )
...
* Add support for configurable runtime full and minimal images.
* Fixups and renamings.
* Change variables *_IMG_* to *_IMAGE_*
* Fix args in Dockerfile also.
2021-04-20 00:42:33 -07:00
Kubernetes Prow Robot
348d319816
Merge pull request #509 from marquiz/docs/helm
...
docs: fixes in Helm documentation
2021-04-15 05:51:50 -07:00
Markus Lehtonen
72a4162c98
docs: fixes in Helm documentation
...
Use correct spelling of Helm in heading (start with a capital letter).
Use https url for the chart repo.
2021-04-13 10:09:43 +03:00
Kubernetes Prow Robot
ab78df3466
Merge pull request #498 from marquiz/devel/github-release-template
...
github: update release process to create a 'devel' tag
2021-04-06 17:24:40 -07:00
Kubernetes Prow Robot
983578d03d
Merge pull request #506 from marquiz/devel/github-release-template-2
...
github: add a reminder about both image variants in the release process
2021-04-06 08:33:39 -07:00
Kubernetes Prow Robot
79a9d6a939
Merge pull request #499 from marquiz/devel/update-deps
...
Update deps
2021-04-06 08:33:33 -07:00
Kubernetes Prow Robot
2846200801
Merge pull request #507 from marquiz/devel/readme
...
README: update references to version 0.8.1
2021-04-06 08:25:33 -07:00
Markus Lehtonen
7421a86575
README: update references to version 0.8.1
2021-04-06 18:20:30 +03:00
Markus Lehtonen
b3cd3b32e5
github: add a reminder about both image variants in the release process
2021-04-06 13:46:35 +03:00
Kubernetes Prow Robot
28c2e0ee4e
Merge pull request #502 from marquiz/devel/scripts
...
scripts/prepare-release: option to only create assets
2021-04-05 08:11:13 -07:00
Markus Lehtonen
7dd5f0e5c3
scripts/prepare-release: option to only create assets
...
Add '-a' command line option to only create release assets and not patch
any files in the repo. E.g.
$ scripts/prepare-release.sh -a v0.8.0+1 user@example.com
2021-03-31 11:37:28 +03:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
33a6425d05
Helm chart: Fix configMap indenting ( #496 )
...
* Fix configMap indenting
* Update Chart.yaml
* Update nfd-worker-conf.yaml
2021-03-31 00:26:58 -07:00
Markus Lehtonen
307299f932
go.mod: update and tidy some non-k8s dependencies
2021-03-30 21:51:10 +03:00
Markus Lehtonen
7236759047
go.mod: update k8s to v1.20.5
2021-03-30 21:51:01 +03:00
Markus Lehtonen
d1e8deaac1
github: update release process to create a 'devel' tag
...
Aimed at fixing a problem with misleading version numbers of staging
master builds.
Also, clarify the instructions on upcating the README of the master
branch.
2021-03-30 19:32:33 +03:00
Kubernetes Prow Robot
386ccf4c20
Merge pull request #497 from ArangoGutierrez/go116
...
bump Go to 1.16
2021-03-30 09:09:57 -07:00
Carlos Eduardo Arango Gutierrez
11c21a1277
bump to go 1.16
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2021-03-24 10:00:36 -05:00
Kubernetes Prow Robot
c06e92fe63
Merge pull request #495 from moshe010/tolerations
...
[helm] fix nfd worker tolerations value
2021-03-18 22:30:34 -07:00
Moshe Levi
57575231ab
[helm] fix nfd worker tolerations value
...
the tolerations value is array therefore we need to pass
[] and not {}
Signed-off-by: Moshe Levi <moshele@nvidia.com>
2021-03-19 00:42:01 +02:00
Kubernetes Prow Robot
6bd5c14df9
Merge pull request #494 from marquiz/devel/update-gh-pages
...
scripts/update-gh-pages: slightly cleaner log output
2021-03-18 10:47:07 -07:00
Markus Lehtonen
fa5272eaeb
scripts/update-gh-pages: slightly cleaner log output
2021-03-18 19:27:41 +02:00
Kubernetes Prow Robot
ba51a92d63
Merge pull request #492 from adrianchiris/doc-fix-1
...
Docs: Add Table header to master/worker chart parameters
2021-03-18 10:11:20 -07:00
Kubernetes Prow Robot
f2e50e3105
Merge pull request #491 from marquiz/docs/helm-repo
...
docs: describe Helm repo as the primary option for Helm
2021-03-18 08:37:19 -07:00
Adrian Chiris
30dabcf7bf
Docs: Add Table header to master/worker chart parameters
...
While on the project website it looks OK, it does
not render correctly in Markdown.
Signed-off-by: Adrian Chiris <adrianc@nvidia.com>
2021-03-18 15:31:41 +00:00
Kubernetes Prow Robot
12258dedcf
Merge pull request #489 from marquiz/devel/gh-pages-trigger
...
github: update gh-pages on published releases
2021-03-18 08:23:20 -07:00
Markus Lehtonen
11def7b459
docs: describe Helm repo as the primary option for Helm
2021-03-18 16:55:28 +02:00
Kubernetes Prow Robot
31b891d874
Merge pull request #490 from marquiz/devel/readme
...
README: update references to version 0.8.0
2021-03-18 07:23:20 -07:00
Markus Lehtonen
e7601e1403
README: update references to version 0.8.0
2021-03-18 15:58:43 +02:00