-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amd/amd-gpu: - 0.14.0 kubecost/cost-analyzer: - 2.4.2 new-relic/nri-bundle: - 5.0.97
- Loading branch information
1 parent
24c8600
commit 2c17b13
Showing
825 changed files
with
92,231 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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/ |
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.16.5 | ||
digest: sha256:3f1930dbfb0b24eecd038bd8235c36fbefb33db11586e75cde5ad739f4cf4945 | ||
generated: "2024-10-22T03:47:31.434721111Z" |
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,28 @@ | ||
annotations: | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/display-name: AMD GPU Device Plugin | ||
catalog.cattle.io/kube-version: '>= 1.18.0-0' | ||
catalog.cattle.io/release-name: amd-gpu | ||
apiVersion: v2 | ||
appVersion: 1.31.0.0 | ||
dependencies: | ||
- condition: nfd.enabled | ||
name: node-feature-discovery | ||
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts | ||
version: '>= 0.8.1-0' | ||
description: A Helm chart for deploying Kubernetes AMD GPU device plugin | ||
home: https://github.com/ROCm/k8s-device-plugin | ||
icon: file://assets/icons/amd-gpu.png | ||
keywords: | ||
- kubernetes | ||
- cluster | ||
- hardware | ||
- gpu | ||
kubeVersion: '>= 1.18.0-0' | ||
maintainers: | ||
- name: Kenny Ho <[email protected]> | ||
name: amd-gpu | ||
sources: | ||
- https://github.com/ROCm/k8s-device-plugin | ||
type: application | ||
version: 0.14.0 |
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,40 @@ | ||
# AMD GPU Helm Chart | ||
|
||
![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0.0](https://img.shields.io/badge/AppVersion-1.31.0.0-informational?style=flat-square) | ||
|
||
A Helm chart for deploying Kubernetes AMD GPU device plugin | ||
|
||
## Requirements | ||
|
||
Kubernetes: `>= 1.18.0` | ||
|
||
## Optional Dependencies | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://kubernetes-sigs.github.io/node-feature-discovery/charts | node-feature-discovery | 0.8.1 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| dp.image.repository | string | `"docker.io/rocm/k8s-device-plugin"` | | | ||
| dp.image.tag | string | `""` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| labeller.enabled | bool | `false` | | | ||
| lbl.image.repository | string | `"docker.io/rocm/k8s-device-plugin"` | | | ||
| lbl.image.tag | string | `"labeller-latest"` | | | ||
| nfd.enabled | bool | `false` | | | ||
| node_selector_enabled | bool | `false` | | | ||
| node_selector."feature.node.kubernetes.io/pci-0300_1002.present" | string | `"true"` | | | ||
| securityContext.allowPrivilegeEscalation | bool | `false` | | | ||
| securityContext.capabilities.drop[0] | string | `"ALL"` | | | ||
| tolerations[0].key | string | `"CriticalAddonsOnly"` | | | ||
| tolerations[0].operator | string | `"Exists"` | | | ||
|
||
## More information | ||
|
||
https://github.com/ROCm/k8s-device-plugin | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
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,17 @@ | ||
# AMD GPU Helm Chart | ||
|
||
[Kubernetes][k8s] [device plugin][dp] implementation that enables the registration of AMD GPU in a container cluster for compute workload. | ||
|
||
More information about [RadeonOpenCompute (ROCm)][rocm] | ||
|
||
## Prerequisites | ||
* [ROCm capable machines][sysreq] | ||
* [ROCm kernel][rock] ([Installation guide][rocminstall]) or latest AMD GPU Linux driver ([Installation guide][amdgpuinstall]) | ||
|
||
[dp]: https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/ | ||
[k8s]: https://kubernetes.io | ||
[rocm]: https://docs.amd.com/en/latest/what-is-rocm.html | ||
[rock]: https://github.com/ROCm/ROCK-Kernel-Driver | ||
[rocminstall]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html | ||
[amdgpuinstall]: https://amdgpu-install.readthedocs.io/en/latest/ | ||
[sysreq]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html |
23 changes: 23 additions & 0 deletions
23
charts/amd/amd-gpu/0.14.0/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
charts/amd/amd-gpu/0.14.0/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.16.5 | ||
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.16.5 |
10 changes: 10 additions & 0 deletions
10
charts/amd/amd-gpu/0.14.0/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.16/deployment/helm.html) | ||
for deployment instructions. |
Oops, something went wrong.