generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
⬆️ Update Node Feature Discovery group to v0.17.0 (minor) #1577
Open
gitops-updater
wants to merge
1
commit into
main
Choose a base branch
from
renovate/node-feature-discovery
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 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
| datasource | package | from | to | | ----------- | -------------------------------------- | ------- | ------- | | github-tags | kubernetes-sigs/node-feature-discovery | v0.16.6 | v0.17.0 | | helm | node-feature-discovery | 0.16.6 | 0.17.0 |
gitops-updater
bot
force-pushed
the
renovate/node-feature-discovery
branch
from
December 24, 2024 08:25
d16c45d
to
b7c7afd
Compare
gitops-updater
bot
changed the title
⬆️ Update dependency kubernetes-sigs/node-feature-discovery to v0.17.0
⬆️ Update Node Feature Discovery group to v0.17.0 (minor)
Dec 24, 2024
Path: @@ -100,6 +100,13 @@
- apiGroups:
- ""
resources:
+ - namespaces
+ verbs:
+ - watch
+ - list
+ - apiGroups:
+ - ""
+ resources:
- nodes
- nodes/status
verbs:
@@ -283,6 +290,8 @@
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: worker
+ annotations:
+ checksum/config: fed9e5284044d50bc8062254762c5d3a971a06dd5ca0f835d7e75a716982929f
spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: node-feature-discovery-worker
@@ -297,17 +306,17 @@
- 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.0"
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
port: 8082
initialDelaySeconds: 10
readinessProbe:
- failureThreshold: 10
grpc:
port: 8082
initialDelaySeconds: 5
+ failureThreshold: 10
env:
- name: NODE_NAME
valueFrom:
@@ -331,7 +340,6 @@
- "nfd-worker"
args:
# Go over featureGate and add the feature-gate flag
- - "-feature-gates=NodeFeatureAPI=true"
- "-feature-gates=NodeFeatureGroupAPI=false"
- "-metrics=8081"
- "-grpc-health=8082"
@@ -359,9 +367,6 @@
- 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
@@ -387,9 +392,6 @@
- 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/"
@@ -425,6 +427,8 @@
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: master
+ annotations:
+ checksum/config: 0e39572ff18dbc2e9f804d7adebf2a489376f319d8007872286385bf74c1eb3d
spec:
serviceAccountName: node-feature-discovery
enableServiceLinks: false
@@ -439,20 +443,20 @@
- 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.0"
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
@@ -471,10 +475,8 @@
cpu: 100m
memory: 128Mi
args:
- ## By default, disable crd controller for other than the default instances
- - "-crd-controller=true"
+ - "-enable-leader-election"
# Go over featureGates and add the feature-gate flag
- - "-feature-gates=NodeFeatureAPI=true"
- "-feature-gates=NodeFeatureGroupAPI=false"
- "-metrics=8081"
- "-grpc-health=8082"
@@ -548,7 +550,7 @@
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.0"
imagePullPolicy: "IfNotPresent"
env:
- name: NODE_NAME
@@ -666,7 +668,7 @@
- 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.0"
imagePullPolicy: IfNotPresent
command:
- "nfd-master" |
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:
v0.16.6
->v0.17.0
0.16.6
->0.17.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/node-feature-discovery (kubernetes-sigs/node-feature-discovery)
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)
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 these updates again.
This PR has been generated by Renovate Bot.