Skip to content

Commit

Permalink
Disable nfd included in k8s-device-plugin (#83)
Browse files Browse the repository at this point in the history
* Disable nfd included in k8s-device-plugin

* Use nfd in k8s-nvidia-plugin

* Revert "Use nfd in k8s-nvidia-plugin"

This reverts commit 4fcb52f.
  • Loading branch information
yongseonlee authored Feb 26, 2025
1 parent fbb0645 commit 8638a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vessl/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: vessl
type: application
version: 0.0.50
version: 0.0.51
appVersion: "0.6.28"
dependencies:
- name: node-feature-discovery
Expand Down
2 changes: 2 additions & 0 deletions charts/vessl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ nvidia-device-plugin:
- "true"
gfd:
enabled: true
nfd:
enabled: false

# https://github.com/kubernetes-sigs/node-feature-discovery/tree/master/deployment/helm/node-feature-discovery
nfd:
Expand Down

0 comments on commit 8638a01

Please sign in to comment.