1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 21:38:23 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Markus Lehtonen
a5a81d2e9c Release v0.15.7 2024-10-23 17:04:30 +03:00
Carlos Eduardo Arango Gutierrez
67abba5dab
Release v0.15.6
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-07-10 10:45:16 +02:00
Markus Lehtonen
c2afc36c16 Update references for v0.15.5 release 2024-07-04 14:26:22 +03:00
Markus Lehtonen
c63ee2f275 Update references for v0.15.4 release 2024-03-28 11:04:57 +02:00
Markus Lehtonen
f661c063f4 Update references to release v0.15.3
Manually generated with:

    ./hack/prepare-release.sh -g 1.21.8 v0.15.3
2024-03-15 11:07:54 +02:00
Markus Lehtonen
2d3b3f313d Update references to release v0.15.2
Manually generated with:

    ./hack/prepare-release.sh -g 1.21.8 v0.15.2
2024-03-12 10:44:40 +02:00
Markus Lehtonen
6f18cd2562 Update references to release v0.15.1
Manually generated with:

    ./hack/prepare-release.sh -g 1.21.6 v0.15.1
2024-01-16 14:05:41 +02:00
Markus Lehtonen
0c3f5f328f Update references to release v0.15.0
Generated with:

    hack/prepare-release.sh -g 1.21.5 v0.15.0
2023-12-21 21:38:03 +02:00
Markus Lehtonen
237494463b nfd-worker: support creating NodeFeatures object
Support the new NodeFeatures object of the NFD CRD api. Add two new
command line options to nfd-worker:

 -kubeconfig               specifies the kubeconfig to use for
                           connecting k8s api (defaults to empty which
                           implies in-cluster config)
 -enable-nodefeature-api   enable the NodeFeature CRD API for
                           communicating node features to nfd-master,
                           will also automatically disable gRPC
                           (defgault to false)

No config file option for selecting the API is available as there should
be no need for dynamically selecting between gRPC and CRD. The
nfd-master configuration must be changed in tandem and it is safer (and
avoid awkward configuration races) to configure the whole NFD deployment
at once.

Default behavior of nfd-worker is not changed i.e. NodeFeatures object
creation is not enabled by default (but must be enabled with the command
line flag).

The patch also updates the kustomize and Helm deployment, adding RBAC
rules for nfd-worker and updating the example worker configuration.
2022-12-14 07:31:28 +02:00
Markus Lehtonen
787ebfe441 kustomize: add Job example deployment
Add a new base kustomization for worker Job and an overlay stitching up
the complete deployment. Replaces nfd-worker-job.yaml.template.
2021-08-18 15:10:25 +03:00