File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,13 @@ delete-codeflare-operator-from-github: ## Delete CodeFlare operator from main br
8686deploy-codeflare : # # Deploy CodeFlare
8787 @echo -e " \n==> Deploying CodeFlare \n"
8888 -oc create ns opendatahub
89- @while [[ -z $$ (oc get customresourcedefinition kfdefs.kfdef.apps.kubeflow.org) ]]; do echo " ." ; sleep 10; done
90- oc apply -f https://raw.githubusercontent.com/opendatahub-io/odh-manifests/master/kfdef/odh-core.yaml -n opendatahub
91- oc apply -f https://raw.githubusercontent.com/opendatahub-io/distributed-workloads/main/codeflare-stack-kfdef.yaml -n opendatahub
89+ @while [[ -z $$ (oc get customresourcedefinition datascienceclusters.datasciencecluster.opendatahub.io) ]]; do echo " ." ; sleep 10; done
90+ oc apply -f https://raw.githubusercontent.com/opendatahub-io/distributed-workloads/main/codeflare-dsc.yaml -n opendatahub
9291
9392.PHONY : delete-codeflare
9493delete-codeflare : # # Delete CodeFlare
9594 @echo -e " \n==> Deleting CodeFlare \n"
96- -oc delete -f https://raw.githubusercontent.com/opendatahub-io/odh-manifests/master/kfdef/odh-core.yaml -n opendatahub
97- -oc delete -f https://raw.githubusercontent.com/opendatahub-io/distributed-workloads/main/codeflare-stack-kfdef.yaml -n opendatahub
95+ -oc delete -f https://raw.githubusercontent.com/opendatahub-io/distributed-workloads/main/codeflare-dsc.yaml -n opendatahub
9896 -oc delete ns opendatahub
9997
10098.PHONY : deploy-codeflare-from-filesystem
Original file line number Diff line number Diff line change 1+ apiVersion : datasciencecluster.opendatahub.io/v1alpha1
2+ kind : DataScienceCluster
3+ metadata :
4+ labels :
5+ app.kubernetes.io/created-by : opendatahub-operator
6+ app.kubernetes.io/instance : default
7+ app.kubernetes.io/managed-by : kustomize
8+ app.kubernetes.io/name : datasciencecluster
9+ app.kubernetes.io/part-of : opendatahub-operator
10+ name : example-dsc
11+ spec :
12+ components :
13+ codeflare :
14+ enabled : false
15+ dashboard :
16+ enabled : true
17+ datasciencepipelines :
18+ enabled : false
19+ kserve :
20+ enabled : false
21+ modelmeshserving :
22+ enabled : false
23+ ray :
24+ enabled : false
25+ workbenches :
26+ enabled : true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 operators.coreos.com/opendatahub-operator.openshift-operators : ' '
77 namespace : openshift-operators
88spec :
9- channel : rolling
9+ channel : fast
1010 name : opendatahub-operator
1111 installPlanApproval : Automatic
1212 source : community-operators
You can’t perform that action at this time.
0 commit comments