We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d70b3 commit b77611bCopy full SHA for b77611b
manager/install.sh
@@ -61,12 +61,12 @@ function cluster_up() {
61
setup_grafana
62
echo "✓"
63
64
- echo -n "○ configuring gpu support (for the nodegroups that may require it) "
+ echo -n "○ configuring gpu support (for nodegroups that may require it) "
65
envsubst < manifests/nvidia.yaml | kubectl apply -f - >/dev/null
66
NVIDIA_COM_GPU_VALUE=true envsubst < manifests/prometheus-dcgm-exporter.yaml | kubectl apply -f - >/dev/null
67
68
69
- echo -n "○ configuring inf support (for the nodegroups that may require it) "
+ echo -n "○ configuring inf support (for nodegroups that may require it) "
70
envsubst < manifests/inferentia.yaml | kubectl apply -f - >/dev/null
71
72
0 commit comments