$ oc kustomize --output rstudio-rhoai28.yaml
Review rstudio-rhoai28.yaml
and apply it to the cluster
$ oc apply -f rstudio-rhoai28.yaml
buildconfig.build.openshift.io/cuda-rhel9-rhoai28 created
buildconfig.build.openshift.io/cuda-rstudio-server-rhel9-rhoai28 created
buildconfig.build.openshift.io/rstudio-server-rhel9-rhoai28 created
imagestream.image.openshift.io/cuda-rhel9-rhoai28 created
imagestream.image.openshift.io/cuda-rstudio-rhel9-rhoai28 created
imagestream.image.openshift.io/rstudio-rhel9-rhoai28 created
Build images as usual, except add -rhoai28
suffix to all the names
oc create secret generic rhel-subscription-secret \
--from-literal=USERNAME=xxx \
--from-literal=PASSWORD=yyy \
--from-literal=SERVERURL=subscription.rhsm.stage.redhat.com:443/subscription \
--from-literal=BASEURL=cdn.redhat.com \
-n redhat-ods-applications
# https://access.redhat.com/documentation/en-us/red_hat_openshift_ai_cloud_service/1/html-single/getting_started_with_red_hat_openshift_ai_cloud_service/index#building_the_rstudio_server_notebook_images
oc start-build rstudio-server-rhel9-rhoai28 -n redhat-ods-applications --follow
oc start-build cuda-rhel9-rhoai28 -n redhat-ods-applications --follow
oc get builds -n redhat-ods-applications
oc label -n redhat-ods-applications imagestream rstudio-rhel9-rhoai28 opendatahub.io/notebook-image='true'
oc label -n redhat-ods-applications imagestream cuda-rstudio-rhel9-rhoai28 opendatahub.io/notebook-image='true'