1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
node-feature-discovery/hack
Markus Lehtonen 59ebff46c9 apis/nfd: add CRD for communicating node features
Add a new NodeFeature CRD to the nfd Kubernetes API to communicate node
features over K8s api objects instead of gRPC. The new resource is
namespaced which will help the management of multiple NodeFeature
objects per node. This aims at enabling 3rd party detectors for custom
features.

In addition to communicating raw features the NodeFeature object also
has a field for directly requesting labels that should be applied on the
node object.

Rename the crd deployment file to nfd-api-crds.yaml so that it matches
the new content of the file. Also, rename the Helm subdir for CRDs to
match the expected chart directory structure.
2022-12-14 07:31:28 +02:00
..
boilerplate.go.txt grpc: extend the API to send raw features 2021-11-16 17:32:28 +02:00
generate.sh apis/nfd: add CRD for communicating node features 2022-12-14 07:31:28 +02:00
init-buildx.sh Iniital multi arch build 2022-01-20 15:41:08 +01:00
kustomize.sh scripts: move hacky scripts to hack directory 2022-09-13 17:58:09 +03:00
prepare-release.sh scripts: move hacky scripts to hack directory 2022-09-13 17:58:09 +03:00