Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Sep 10, 2024
1 parent 3c75ff1 commit 1cd8575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ods_ci/tasks/Resources/Provisioning/GPU/provision-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ sed -i'' -e "s/INSTANCE_TYPE/$INSTANCE_TYPE/g" $KUSTOMIZE_PATH/overlays/$PROVIDE

# create the new MachineSet using kustomize
oc apply --kustomize $KUSTOMIZE_PATH/overlays/$PROVIDER_OVERLAY_DIR
# oc kustomize $KUSTOMIZE_PATH/overlays/$PROVIDER_OVERLAY_DIR
# Add GPU label to the new machine-set
oc patch machinesets -n openshift-machine-api "$NEW_MACHINESET_NAME" -p '{"metadata":{"labels":{"gpu-machineset":"true"}}}' --type=merge

0 comments on commit 1cd8575

Please sign in to comment.