Skip to content

Releases: openshift/kueue-operator

RHOAI Developer Preview

10 Mar 14:58

Choose a tag to compare

Pre-release

This is a developer preview release for RHOAI.

They wanted a release to test out Kueue integration and RHOAI.

There are no guarantees with this release.

Installation Instructions

a) Openshift 4.17 or above is required.

b) install openshift-cert-manager on your OCP cluster:

We have a catalog you can install in our repo.

oc create -f hack/manifests/cert-manager-rh.yaml

c) oc create namespace openshift-kueue-operator

d) operator-sdk run bundle --namespace openshift-kueue-operator quay.io/kevin-oss/kueue-bundle:dev-preview

e) Once installation is successful we recommend deleting the default kueue oc delete kueue cluster --n openshift-kueue-operator

f) oc apply -f deploy/examples/rhoai_kueue.yaml

This will deploy RHOAI GA integrations and use the defaults.

Support

If there are any errors, please check logs for openshift-kueue-operator pods and logs for kueue-controller-manager.

Both are in the same namespace as the operator.