-
Notifications
You must be signed in to change notification settings - Fork 15
feat(helm): update chart node-feature-discovery ( 0.16.6 → 0.18.1 ) #5459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-node-feature-discovery-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery
+++ kubernetes/cluster-0/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery
@@ -14,13 +14,13 @@
chart: node-feature-discovery
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-nfd
namespace: flux-system
- version: 0.16.6
+ version: 0.17.2
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace
values: |
--- HelmRelease: system/node-feature-discovery ClusterRole: system/node-feature-discovery
+++ HelmRelease: system/node-feature-discovery ClusterRole: system/node-feature-discovery
@@ -5,12 +5,19 @@
name: node-feature-discovery
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
rules:
+- apiGroups:
+ - ''
+ resources:
+ - namespaces
+ verbs:
+ - watch
+ - list
- apiGroups:
- ''
resources:
- nodes
- nodes/status
verbs:
--- HelmRelease: system/node-feature-discovery Role: system/node-feature-discovery-worker
+++ HelmRelease: system/node-feature-discovery Role: system/node-feature-discovery-worker
@@ -14,12 +14,13 @@
resources:
- nodefeatures
verbs:
- create
- get
- update
+ - delete
- apiGroups:
- ''
resources:
- pods
verbs:
- get
--- HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker
+++ HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker
@@ -33,23 +33,23 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
port: 8082
initialDelaySeconds: 10
readinessProbe:
- failureThreshold: 10
grpc:
port: 8082
initialDelaySeconds: 5
+ failureThreshold: 10
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: POD_NAME
@@ -66,13 +66,12 @@
requests:
cpu: 5m
memory: 48Mi
command:
- nfd-worker
args:
- - -feature-gates=NodeFeatureAPI=true
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- -grpc-health=8082
ports:
- containerPort: 8081
name: metrics
@@ -94,15 +93,12 @@
- name: host-lib
mountPath: /host-lib
readOnly: true
- name: host-proc-swaps
mountPath: /host-proc/swaps
readOnly: true
- - name: source-d
- mountPath: /etc/kubernetes/node-feature-discovery/source.d/
- readOnly: true
- name: features-d
mountPath: /etc/kubernetes/node-feature-discovery/features.d/
readOnly: true
- name: nfd-worker-conf
mountPath: /etc/kubernetes/node-feature-discovery
readOnly: true
@@ -122,15 +118,12 @@
- name: host-lib
hostPath:
path: /lib
- name: host-proc-swaps
hostPath:
path: /proc/swaps
- - name: source-d
- hostPath:
- path: /etc/kubernetes/node-feature-discovery/source.d/
- name: features-d
hostPath:
path: /etc/kubernetes/node-feature-discovery/features.d/
- name: nfd-worker-conf
configMap:
name: node-feature-discovery-worker-conf
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master
+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master
@@ -34,26 +34,26 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
+ startupProbe:
+ grpc:
+ port: 8082
+ failureThreshold: 30
livenessProbe:
grpc:
port: 8082
- initialDelaySeconds: 10
readinessProbe:
- failureThreshold: 10
grpc:
port: 8082
- initialDelaySeconds: 5
+ failureThreshold: 10
ports:
- - containerPort: 8080
- name: grpc
- containerPort: 8081
name: metrics
- containerPort: 8082
name: health
env:
- name: NODE_NAME
@@ -66,14 +66,13 @@
limits:
memory: 51Mi
requests:
cpu: 21m
memory: 51Mi
args:
- - -crd-controller=true
- - -feature-gates=NodeFeatureAPI=true
+ - -enable-leader-election
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- -grpc-health=8082
volumeMounts:
- name: nfd-master-conf
mountPath: /etc/kubernetes/node-feature-discovery
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc
+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc
@@ -27,13 +27,13 @@
serviceAccountName: node-feature-discovery-gc
dnsPolicy: ClusterFirstWithHostNet
securityContext: {}
hostNetwork: false
containers:
- name: gc
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
--- HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune
+++ HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune
@@ -27,13 +27,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.17.2
imagePullPolicy: IfNotPresent
command:
- nfd-master
args:
- -prune
restartPolicy: Never |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
ad8372b
to
010f42b
Compare
010f42b
to
f78bfa8
Compare
f78bfa8
to
a255245
Compare
a255245
to
41d931a
Compare
41d931a
to
5746282
Compare
| datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | helm | node-feature-discovery | 0.16.6 | 0.18.1 |
5746282
to
f28d6f0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.6
->0.18.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.18.1
Compare Source
This patch release fixes the deployment of PodMonitor object when prometheus-operator metrics collection is enabled.
v0.18.0
Compare Source
Changelog
Image compatibility (EXPERIMENTAL)
The image compatibility related features introduced in v0.17 have been improved and enhanced. Major new feature is the
nfd export
command.See the documentation for more details
Helm
The Helm chart is now served from the registry.k8s.io OCI registry at registry.k8s.io/nfd/charts/node-feature-discovery. One liner installation with
The release contains numerous small improvements and fixes to the Helm chart and its documentation, including:
global.imagePullSecrets
parameter (#2191)Deprecations
The deprecated
autoDefaultNs
configuration parameter of nfd-master was removed.Toleration for the deprecated
node-role.kubernetes.io/master:NoSchedule
taint and affinity to the deprecatednode-role.kubernetes.io/master
label have been removed from the default nfd-master deployment manifests. If you still need these, they need to be explicitly added to the deployment (master.tolerations
andmaster.affinity
in the Helm chart).Miscellaneous
Scalability
The release contains improvements and fixes to NFD scalability in larger clusters.
NodeFeatureRules
Label templating
The label templates in NodeFeatureRules now support sprig functions, greatly enhancing their flexibility.
New comparison operators
New comparison operators
Ge
,Le
andGeLe
were added (#2085).Type field in MatchExpressions
New
Type
field was added toMatchExpressions
, allowing to specify the type of the value being compared (#2096). Currently supported types are empty value (the default) andversion
. Use ofversion
type enables version-aware comparisons.CPU features
Support for new CPUID flags were added, including AMXCOMPLEX, AMXTRANSPOSE and AMXTF32.
Memory features
NFD now detects availability of hugepages and reports them as
memory-hugepages.enabled
andhugepages-<page-size>
features (#2056).Network features
Detection of the MTU of network devices was added (#2044).
Metrics and health endpoints
The gRPC health endpoint was replaced by an HTTP healthz endpoint in all NFD daemons. In addition, both the metrics and healthz endpoints are now served on the same port (configurable with
--port
, default 8080).Full Changelog
v0.17.4
Compare Source
What's Changed
This release updates dependencies.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.3...v0.17.4
v0.17.3
Compare Source
What's Changed
v0.17.2
Compare Source
What's Changed
This patch release updates dependencies and fixes the worker.extraArgs value in the Helm chart.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.1...v0.17.2
v0.17.1
Compare Source
This patch release makes it possible to run NFD in clusters where the OwnerReferencesPermissionEnforcement admission controller has been enabled. The release also contains bug fixes to the experimental
nfd
image compatibility tool.Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.0...v0.17.1
v0.17.0
Compare Source
Changelog
Configurable restrictions (EXPERIMENTAL)
The nfd-master now has configuration options to restrict its capabilities, that is what modifications on node objects are allowed. See the nfd-master configuration file reference for documentation.
Image compatibity (EXPERIMENTAL)
There is an initiative to utilize NFD to implement system compatibility requirements for container images. As part of this work NFD v0.17 includes
nfd
command line client for validating systems against image compatibility manifests. See the documentation for more details, including examples how to create container images with compatibility manifests and validating nodes.See the enhancement proposal for background information and design details.
Miscellaneous
Scalability
This release contains numerous fixes to fix issues and improve the scalability of NFD in larger clusters.
DMI features
Discovery of
system.dmiid.product_name
was added.CPUID features
Support for new CPUID flags were added, including AMX-FP8 and AVX-VNNI-INT16.
Helm chart
Numerous small improvements in the NFD Helm chart, mainly new configuration values (see chart parameters for documentation).
Deprecations
gRPC API
The NodeFeature API is now GA and the legacy gRPC API has been completely removed.
Hooks
Support for hooks (deprecated in v0.12 has been removed. See the customization guide for replacements.
ResourceLabels config option
The
resourceLabels
configuration file option (and the corresponding-resource-labels
flag), deprecated in v0.13 were removed. Use NodeFeatureRule object's extendedResources field instead.Dynamic configuration
Dynamic runt-time reconfiguration was removed. This improves robustness and consistency as some of the configuration options did not support dynamic configuration.
Upcoming changes
The separate metric and health ports will be united behind a single port and the corresponding Helm chart values will be removed in NFD v0.18. This should be invisible to most users.
List of PRs
(Full Changelog: kubernetes-sigs/node-feature-discovery@v0.17.0-devel...v0.17.0)
v0.16.9
: .Compare Source
What's Changed
This release updates dependencies.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.16.8...v0.16.9
v0.16.8
Compare Source
What's Changed
v0.16.7
Compare Source
What's Changed
This patch release updates dependencies and makes it possible to run NFD in clusters where the OwnerReferencesPermissionEnforcement admission controller has been enabled.
Full Changelog: kubernetes-sigs/node-feature-discovery@v0.16.6...v0.16.7
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 was generated by Mend Renovate. View the repository job log.