Skip to content

Commit 148bd29

Browse files
committed
Review changes: removal of uneccesary deletion
1 parent 15efb6a commit 148bd29

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Makefile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,16 @@ image-mnist-job-test-push: image-mnist-job-test-build ## Push container image wi
400400

401401
# RHOAI/ODH related resources installation
402402

403+
# Basic Usage
404+
# all-in-one will create all resources necessary to create GPU enabled ML workloads via OpenShift AI
405+
# Users have the choice between installing RHOAI and ODH
406+
# For RHOAI use `make all-in-one` and to remove all of the operators run `make delete-all-in-one`
407+
# For ODH use `make all-in-one -e USE_RHOAI=false` and to remove all of the operators run `make delete-all-in-one -e USE_RHOAI=false`
408+
403409
##@ all-in-one
404410
.PHONY: all-in-one
405411
all-in-one:
406412
@echo -e "\n ==> Installing Everything needed for distributed AI platform on OpenShift cluster \n"
407-
-make delete-nfd-operator
408-
-make delete-ai-platform-operator
409-
-make delete-nvidia-operator
410413
-make install-nfd-operator
411414
-make install-ai-platform-operator
412415
-make install-nvidia-operator
@@ -415,8 +418,8 @@ all-in-one:
415418
delete-all-in-one:
416419
@echo -e "\n ==> Removing Everything needed for distributed AI platform on OpenShift cluster \n"
417420
-make delete-nfd-operator
418-
-make delete-nvidia-operator
419421
-make delete-ai-platform-operator
422+
-make delete-nvidia-operator
420423

421424
##@ general
422425
.PHONY: delete-ai-platform-operator

0 commit comments

Comments
 (0)