Skip to content

Commit b77611b

Browse files
deliahuMiguel Varela Ramos
authored andcommitted
Update cluster up message
1 parent 37d70b3 commit b77611b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manager/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ function cluster_up() {
6161
setup_grafana
6262
echo ""
6363

64-
echo -n "○ configuring gpu support (for the nodegroups that may require it) "
64+
echo -n "○ configuring gpu support (for nodegroups that may require it) "
6565
envsubst < manifests/nvidia.yaml | kubectl apply -f - >/dev/null
6666
NVIDIA_COM_GPU_VALUE=true envsubst < manifests/prometheus-dcgm-exporter.yaml | kubectl apply -f - >/dev/null
6767
echo ""
6868

69-
echo -n "○ configuring inf support (for the nodegroups that may require it) "
69+
echo -n "○ configuring inf support (for nodegroups that may require it) "
7070
envsubst < manifests/inferentia.yaml | kubectl apply -f - >/dev/null
7171
echo ""
7272

0 commit comments

Comments
 (0)