Update Helm release node-feature-discovery to v0.15.0 #180
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/node-feature-discovery-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.14.3
->0.15.0
Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.15.0
Compare Source
What's new
NodeFeatureRule API extended
Annotations
NFD now supports creating node annotations with the NodeFeatureRuless. See the documentation for details.
matchName
New
matchName
field was added to the NodeFeatureRule CRD. It can be used to match the names of features (instead of their values which is done with thematchExpressions
field). Seedocumentation for details.
Feature files
Hidden feature files: feature files whose name start with a dot (
.
) are now ignored by nfd-worker. This makes it easier to update the feature files by creating a temporary file in the same directory. (#1353)Skip labels or features: Feature files support
# +no-label
and# +no-feature
directives to skip label and feature generation, respectively. See the documentation for details and examples.Container image based on scratch
NFD switched to use scratch as the base container image and to build fully statically linked binaries. Switching to the virtually empty base image means that the default container image only supports running hooks that are also fully statically linked. For example, many go binaries that are "almost" statically linked don't work. The full image variant can be used for richer hook support. NOTE: hooks are deprecated and support for them will be removed in a future release.
Base image of the full image variant was updated to Debian Bookworm.
Discover virtual network interfaces
NFD now discovers virtual network interfaces as features that can be used in NodeFeatureRules. (#1448)
Kubectl plugin
Starting as a developer preview, we are introducing a kubectl-nfd plugin to perform 3 operations against NodeFeatureRule files. (#1446)
See the documentation for more information.
Deprecations
Automatic prefixing of names deprecated
Automatic prefixing of names (of labels, annotations or extended resources) is deprecated. Unprefixed names should not be used in NodeFeatureRules, feature files, hooks or custom rules. The default
feature.node.kubernetes.io/
prefix should be added to unprefixed names.The nfd-master has new
autoDefaultNs
configuration file option (defaults totrue
in v0.15) to stop automatically adding thefeature.node.kubernetes.io/
prefix to node labels, annotations and extended resources. If set tofalse
, unprefixed names will be denied. (#1461)NOTE: The
autoDefaultNs
option default will be changed tofalse
in a future NFD release. This will be a breaking change for users who rely on automatic prefixing of unprefixed names. Setting theautoDefaultNs
option tofalse
with NFD v0.15 can be used to test that all NodeFeatureRules, feature files, hooks and custom rules (configuration of the "custom" feature source of nfd-worker) work correctly when the default will be switched tofalse
.Deprecated security labels dropped
Deprecated
feature.node.kubernetes.io/cpu-sgx.enabled
andfeature.node.kubernetes.io/cpu-se.enabled
labels were dropped. They are replaced byfeature.node.kubernetes.io/cpu-security.sgx.enabled
andfeature.node.kubernetes.io/cpu-security.se.enabled
. (#1350)Legacy "matchOn" custom rule format dropped
Support for the legacy "matchOn" rule format of the custom source of nfd-worker was removed (deprecated since v0.10.0). (#1397)
Miscellaneous
CPU features
Detection of Intel APX and AVX10 as new CPUID features.
New
cpu.topology
featuresocket_count
.Liveness probe
gRPC health probe utility replaced with Kubernetes' built-in gRPC liveness probe. This means that the Kubernetes v1.23 or later is required by the default deployments. (#1046)
Annotations
The nfd-master doesn't create NFD version node annotations anymore. (#1394)
Metrics
Metrics for nfd-gc were added. (#1407)
Example grafana dashboard to display NFD metrics was added. (#1413)
Helm chart
Various fixes and improvments in the Helm chart, for example ability to disable/enable nfd-master and nfd-worker.
NodeFeature API
The nfd-worker now sets owner reference in NodeFeature objects it creates, so orphaned NodeFeatures are automatically garbage-collected when the nfd-worker pod goes away. (#1491)
List of PRs
cpu.topology
(#1497)v0.14.4
Compare Source
This patch release updates dependencies.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.