Skip to content

Commit 15efb6a

Browse files
committed
Review comments: unnecessary function call
1 parent ceff46c commit 15efb6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ all-in-one:
414414
.PHONY: delete-all-in-one
415415
delete-all-in-one:
416416
@echo -e "\n ==> Removing Everything needed for distributed AI platform on OpenShift cluster \n"
417-
-make delete-rhoai
418417
-make delete-nfd-operator
419418
-make delete-nvidia-operator
420419
-make delete-ai-platform-operator
@@ -438,15 +437,15 @@ endif
438437

439438
.PHONY: delete-rhoai-operator
440439
delete-rhoai-operator: ## Delete RHOAI Operator
441-
@echo -e "\n==> Deleting OpenShift AI Operator \n"
440+
@echo -e "\n ==> Deleting OpenShift AI Operator \n"
442441
-kubectl delete subscription rhods-operator -n redhat-ods-operator
443442
-export CLUSTER_SERVICE_VERSION=`kubectl get clusterserviceversion -n redhat-ods-operator -l operators.coreos.com/rhods-operator.redhat-ods-operator -o custom-columns=:metadata.name`; \
444443
kubectl delete clusterserviceversion $$CLUSTER_SERVICE_VERSION -n redhat-ods-operator
445444
kubectl delete namespace redhat-ods-operator
446445

447446
.PHONY: install-rhoai-operator
448447
install-rhoai-operator: ## Install RHOAI Operator
449-
@echo -e "\n==> Installing OpenShift AI Operator \n"
448+
@echo -e "\n ==> Installing OpenShift AI Operator \n"
450449
-kubectl create ns redhat-ods-operator
451450
kubectl create -f contrib/configuration/rhoai/rhoai-operator-subscription.yaml
452451
@echo Waiting for rhoai-operator Subscription to be ready

0 commit comments

Comments
 (0)