Markus Lehtonen
73704e2e11
source/kernel: better error reporting
...
Get rid of distracting error in the log in case selinux is not enabled
in the kernel. Still print an error only if sysfs/fs directory is not
available, though, which indicates that we're not able to correctly
detect the presence of selinux.
2021-08-13 09:13:19 +03:00
Kubernetes Prow Robot
85c1410e18
Merge pull request #569 from marquiz/devel/k8s-122
...
go.mod: update kubernetes to v1.22.0
2021-08-12 06:31:47 -07:00
Kubernetes Prow Robot
11ec43ce1a
Merge pull request #568 from marquiz/devel/golang-1167
...
Dockerfile: update go to 1.16.7
2021-08-12 00:59:47 -07:00
Markus Lehtonen
321d07e338
go.mod: update golang.org/x/net
2021-08-12 10:54:58 +03:00
Markus Lehtonen
035d528a17
Dockerfile: update go to 1.16.7
2021-08-12 10:37:44 +03:00
Markus Lehtonen
136e262799
go.mod: update kubernetes to v1.22.0
...
Update k/k to v1.22.0 and sync all related dependencies with it.
2021-08-12 10:28:57 +03:00
Kubernetes Prow Robot
24bfbf8668
Merge pull request #564 from marquiz/devel/helm-readme
...
helm: add readme
2021-08-11 02:22:46 -07:00
Markus Lehtonen
5fe3f7163f
helm: add readme
...
Add minimal readme to the helm chart and update
scripts/prepare-release.sh to handle references in the readme file.
2021-08-11 11:41:27 +03:00
Kubernetes Prow Robot
4a22a39928
Merge pull request #536 from marquiz/devel/label-sub-ns
...
nfd-master: allow sub-namespaces of the default label ns
2021-08-10 04:19:18 -07:00
Markus Lehtonen
eb666f521d
nfd-master: allow sub-namespaces of the default label ns
...
Allow <sub-ns>.feature.node.kubernetes.io label namespaces. Makes it
possible to have e.g. vendor specific label ns without the need to user
-extra-label-ns.
2021-08-10 11:41:52 +03:00
Kubernetes Prow Robot
80a512a8d4
Merge pull request #559 from ArangoGutierrez/fix/documentation_typo
...
Remove wrong comands on documentation
2021-08-09 02:07:31 -07:00
Carlos Eduardo Arango Gutierrez
59172007b2
Remove wrong comands
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2021-08-04 21:01:02 -05:00
Kubernetes Prow Robot
47b1bd8e11
Merge pull request #549 from marquiz/devel/lint
...
Makefile: add lint target
2021-08-04 10:01:24 -07:00
Kubernetes Prow Robot
36540c112d
Merge pull request #541 from marquiz/devel/makefile-apigen
...
Makefile: add apigen target
2021-08-04 09:51:25 -07:00
Carlos Eduardo Arango Gutierrez
824d0d9b29
Merge branch 'master' into devel/makefile-apigen
2021-08-04 11:04:41 -05:00
Kubernetes Prow Robot
3d19efa770
Merge pull request #555 from mythi/cpuid-v2.0.9
...
go.mod: update to klauspost/cpuid/v2@v2.0.9
2021-08-03 11:31:04 -07:00
Mikko Ylinen
c64493cae4
go.mod: update to klauspost/cpuid/v2@v2.0.9
...
The new version adds AVX512-FP16 (half precision floating-point)
support available on Sapphire Rapids.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-08-02 13:49:25 +03:00
Markus Lehtonen
69f89b249c
go.mod: update dependencies
2021-07-07 16:01:10 +03:00
Markus Lehtonen
d12e62b1fe
Makefile: add apigen target
...
For auto-generating api(s).
Also, re-generate/refresh the gRPC with `make apigen` (with protoc
v3.17.3 and protoc-gen-go from github.com/golang/protobuf v1.5.2) to
sync up things.
2021-07-07 16:01:10 +03:00
Kubernetes Prow Robot
8397e5f789
Merge pull request #551 from marquiz/fixes/lint-redress
...
Straighten wrinkles in lint fixes
2021-07-07 05:26:43 -07:00
Markus Lehtonen
a55783d533
Straighten wrinkles in lint fixes
...
Fix small mistakes that slipped through with lint fixes (in
1230945564
).
2021-07-07 14:32:11 +03:00
Kubernetes Prow Robot
42e8fff4af
Merge pull request #537 from morremeyer/chore/control-plane
...
chore: update tolerations and affinities to control-plane
2021-07-07 03:54:43 -07:00
Morre
d11edaa056
chore: update tolerations and affinities to control-plane
...
This updates the tolerations and affinities to also respect the
term „control-plane“ which will eventually replace „master“
2021-07-07 10:39:10 +02:00
Markus Lehtonen
feecee2c3d
Makefile: add lint target
...
Shortcut for running golint.
2021-07-07 10:10:47 +03:00
Kubernetes Prow Robot
6e039818eb
Merge pull request #538 from ArangoGutierrez/devel/go_report
...
make go report happy
2021-07-06 23:50:43 -07: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
Carlos Eduardo Arango Gutierrez
1230945564
make golint happy
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2021-06-14 12:27:58 -05:00
Carlos Eduardo Arango Gutierrez
894b7901ff
make gofmt happy by running gofmt -s
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2021-06-14 12:24:44 -05: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