File tree Expand file tree Collapse file tree 6 files changed +36
-8
lines changed
Expand file tree Collapse file tree 6 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1414config
1515CPUs
1616CReferenceEvaluator
17+ csi
1718CUDA
1819curation
1920cvbrowser
3536gitops
3637GitOps
3738gmail
39+ gpu
3840GPUs
3941heartexlabs
4042Heli
8082NLP
8183nodeFeatureDiscovery
8284NONINFRINGEMENT
85+ NoSchedule
86+ nvidia
8387Nvidia
8488oc
8589OCP
90+ ocs
8691ODF
8792onnx
8893openshift
@@ -110,13 +115,16 @@ runthrough
110115sdk
111116sheppard
112117Stienstra
118+ storagecluster
113119sublicense
114120svc
115121Takhteyev
116122tekton
117123Tekton
118124tkn
125+ tmp
119126TODO
127+ tolerations
120128traefik
121129txt
122130ubi
Original file line number Diff line number Diff line change @@ -31,3 +31,23 @@ pass: password1
3131 yolo-api-source-ubi \
3232 --patch '[{"op": "add", "path": "/spec/source/git/ref", "value": "gitops-catalog" }]' --type=json
3333```
34+
35+ Run csi plugins on GPU nodes
36+
37+ ``` sh
38+ cat << YAML > /tmp/patch.yaml
39+ spec:
40+ placement:
41+ csi-plugin:
42+ tolerations:
43+ - key: nvidia.com/gpu
44+ operator: Exists
45+ effect: NoSchedule
46+ YAML
47+
48+ oc -n openshift-storage \
49+ patch storagecluster \
50+ ocs-storagecluster \
51+ --type=merge \
52+ --patch " $( cat /tmp/patch.yaml) "
53+ ```
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/demos/components/clusters/default?ref=v0.18
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/demos/components/clusters/default?ref=v0.19
66 - link-github.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/operator/overlays/stable?ref=v0.18
6- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/operator/overlays/stable?ref=v0.18
7- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/operator/overlays/stable?ref=v0.18
8- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/openshift-pipelines-operator-rh/operator/overlays/pipelines-1.14 ?ref=v0.05
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/operator/overlays/stable?ref=v0.19
6+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/operator/overlays/stable?ref=v0.19
7+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/operator/overlays/stable?ref=v0.19
8+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/openshift-pipelines-operator-rh/operator/overlays/pipelines-1.20 ?ref=v0.19
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ kind: Kustomization
33
44resources :
55 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/instance/overlays/timeout-12m?ref=v0.05
6- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/instance/overlays/time-sliced?ref=v0.18
7- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/instance/overlays/default?ref=v0.18
6+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/instance/overlays/time-sliced?ref=v0.19
7+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/instance/overlays/default?ref=v0.19
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/cluster-configs/login/overlays/htpasswd?ref=v0.18
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/cluster-configs/login/overlays/htpasswd?ref=v0.19
66- htpasswd-secret.yaml
77
88patches :
You can’t perform that action at this time.
0 commit comments