-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #842 from bjwswang/main
chore: add gpu-operator charts
- Loading branch information
Showing
43 changed files
with
7,370 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: node-feature-discovery | ||
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts | ||
version: 0.14.2 | ||
digest: sha256:84ec59c0c12da825ca7dc25bdac63d0f2106822a129f7fe1f9d60a4023a543ce | ||
generated: "2023-10-10T11:26:00.823757+02:00" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: v2 | ||
name: gpu-operator | ||
version: v23.9.1 | ||
kubeVersion: ">= 1.16.0-0" | ||
description: NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes | ||
appVersion: "v23.9.1" | ||
icon: https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png | ||
sources: | ||
- https://github.com/NVIDIA/gpu-operator | ||
home: https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/overview.html | ||
keywords: | ||
- gpu | ||
- cuda | ||
- compute | ||
- operator | ||
- deep learning | ||
- monitoring | ||
- tesla | ||
|
||
dependencies: | ||
- name: node-feature-discovery | ||
version: v0.14.2 | ||
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts | ||
condition: nfd.enabled |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# GPU-Operator | ||
|
||
Cloned from [gpu-operator](https://github.com/NVIDIA/gpu-operator/tree/master/deployments/gpu-operator) with version `V23.9.1` |
23 changes: 23 additions & 0 deletions
23
deploy/charts/gpu-operator/charts/node-feature-discovery/.helmignore
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
14 changes: 14 additions & 0 deletions
14
deploy/charts/gpu-operator/charts/node-feature-discovery/Chart.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: v2 | ||
appVersion: v0.14.2 | ||
description: 'Detects hardware features available on each node in a Kubernetes cluster, | ||
and advertises those features using node labels. ' | ||
home: https://github.com/kubernetes-sigs/node-feature-discovery | ||
keywords: | ||
- feature-discovery | ||
- feature-detection | ||
- node-labels | ||
name: node-feature-discovery | ||
sources: | ||
- https://github.com/kubernetes-sigs/node-feature-discovery | ||
type: application | ||
version: 0.14.2 |
10 changes: 10 additions & 0 deletions
10
deploy/charts/gpu-operator/charts/node-feature-discovery/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Node Feature Discovery | ||
|
||
Node Feature Discovery (NFD) is a Kubernetes add-on for detecting hardware | ||
features and system configuration. Detected features are advertised as node | ||
labels. NFD provides flexible configuration and extension points for a wide | ||
range of vendor and application specific node labeling needs. | ||
|
||
See | ||
[NFD documentation](https://kubernetes-sigs.github.io/node-feature-discovery/v0.14/deployment/helm.html) | ||
for deployment instructions. |
Oops, something went wrong.