-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CARRY: Add RHOAI manifests #3
Conversation
OK - I built a OC 4.14.17 cluster with ODH 2.9 and simple dsc and tried installing kfto, not quite sure what I'm exactly testing...
Note, my IBM cluster always has trouble with pull rate limits from docker.io, so I've put up the image into quay/jbusche and then configured it with this command:
I also had to trick the initcontainer like this to get around the rate limits too:
Now I've deployed the simple.yaml to my own namespace demo-dsp and it's worked:
|
@jbusche if you can retest this now, greatly appreciated ! |
LGTM @z103cb, I deployed on a new cluster and it worked. I noticed the prefix has changed to kubeflow so I needed to adjust my image tweaks like this:
and then my kfto operator came up.
The deployment of a pytorchjob in a non-default namespace looked good:
|
- apiGroups: | ||
- "" | ||
resources: | ||
- persistentvolumeclaims | ||
verbs: | ||
- create | ||
- delete | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- events | ||
verbs: | ||
- get | ||
- list | ||
- watch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd removed those rules for PVCs and events.
/lgtm |
What this PR does / why we need it:
Added the manifests to allow for deployment into a RHOAI.
Which issue(s) this PR fixes
Closes: https://issues.redhat.com/browse/RHOAIENG-4787
Checklist: