File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ all-in-one:
414
414
.PHONY : delete-all-in-one
415
415
delete-all-in-one :
416
416
@echo -e " \n ==> Removing Everything needed for distributed AI platform on OpenShift cluster \n"
417
- -make delete-rhoai
418
417
-make delete-nfd-operator
419
418
-make delete-nvidia-operator
420
419
-make delete-ai-platform-operator
@@ -438,15 +437,15 @@ endif
438
437
439
438
.PHONY : delete-rhoai-operator
440
439
delete-rhoai-operator : # # Delete RHOAI Operator
441
- @echo -e " \n==> Deleting OpenShift AI Operator \n"
440
+ @echo -e " \n ==> Deleting OpenShift AI Operator \n"
442
441
-kubectl delete subscription rhods-operator -n redhat-ods-operator
443
442
-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` ; \
444
443
kubectl delete clusterserviceversion $$ CLUSTER_SERVICE_VERSION -n redhat-ods-operator
445
444
kubectl delete namespace redhat-ods-operator
446
445
447
446
.PHONY : install-rhoai-operator
448
447
install-rhoai-operator : # # Install RHOAI Operator
449
- @echo -e " \n==> Installing OpenShift AI Operator \n"
448
+ @echo -e " \n ==> Installing OpenShift AI Operator \n"
450
449
-kubectl create ns redhat-ods-operator
451
450
kubectl create -f contrib/configuration/rhoai/rhoai-operator-subscription.yaml
452
451
@echo Waiting for rhoai-operator Subscription to be ready
You can’t perform that action at this time.
0 commit comments