-
Notifications
You must be signed in to change notification settings - Fork 342
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
Can't make runs in elyra2.1.0 #3111
Comments
Hi @kimkihoon0515!
Due to resource constraints we don't add new features or backport features to releases that are older than the "current major release", which is 3.x as of today. |
@ptitzler Then is there no way to make runs if I don't use dex for auth?? |
Unfortunately not in releases older than v3 |
@ptitzler Thx for the help. One more question. Is there a function to attach volume in runtime images in elyra 1.5.3?? |
No. Volume mount support was added in version 3.10 |
@ptitzler I am trying to install the elyra v1.5.3 package locally without using pip.
and got some warnings
Do these warnings need to be fixed or does it matter? |
I would expect things to work because the referenced packages are still installed. The only packages that matter at runtime are I should note that we've updated the documentation to indicate that Elyra 1.x and 2.x are no longer maintained: https://github.com/elyra-ai/elyra/blob/main/SECURITY.md Edit: I forgot to mention that the official way to install Elyra from source code is to run |
@ptitzler so you mean what I have to do is clone the repo and run |
@ptitzler Got an error when running
any solution for this?? |
I can confirm that this legacy branch doesn't build anymore in a clean environment. As I've mentioned earlier, this release is no longer supported and we therefore won't take any actions trying to resolve the issue. |
elyra version : 2.1.0
kfp : 1.3.0
kubeflow pipelines : 2.0.0-alpha3
Here's two ways that I've tried
and i got
the second way is
and also i got
I' cant put Username & Password because I don't use dex for authentication.
I'm using keycloak for oidc auth service and it doesn't work for username&passwords.
I used kubernetes service account to authenticate in elyra>=3.0.0 but can't make runs in elyra<3 because service account token seems doesn't work in elyra version 2.
Also I need to make runs in elyra version 1.5.3 so if you guys can add kubernetes service account method or something like that, it would be very helpful to me
The text was updated successfully, but these errors were encountered: