Skip to content
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

EnterpriseGateway integration is broken (since 2.x) #1470

Closed
kevin-bates opened this issue Mar 23, 2021 · 0 comments · Fixed by #1471
Closed

EnterpriseGateway integration is broken (since 2.x) #1470

kevin-bates opened this issue Mar 23, 2021 · 0 comments · Fixed by #1471
Labels
component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:bug Something isn't working
Milestone

Comments

@kevin-bates
Copy link
Member

Describe the issue
The gateway configuration that comes from the server is not available when the server is using a gateway server. As a result, no local pipelines can be run against the gateway server. This has been broken since the move to Lab 3.0 (#1063).

To Reproduce
Steps to reproduce the behavior:

  1. Using Elyra 2.x, start lab against a gateway server using --gateway-url
  2. Confirm that notebooks using a gateway kernel work properly
  3. Add one of those notebooks to a pipeline.
  4. Attempt to run the pipeline locally will fail - indicating that the given kernel is not available.

Expected behavior
The notebook node in the local pipeline should behave just like it does outside of the pipeline (and when configured against a gateway server).

Deployment information
Describe what you've deployed and how:

  • Elyra version: 2+
  • Operating system: macos
  • Installation source: from source
  • Deployment type: local installation
@kevin-bates kevin-bates added kind:bug Something isn't working status:Needs Triage labels Mar 23, 2021
@lresende lresende added this to the 2.2.0 milestone Mar 24, 2021
@lresende lresende added component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines and removed status:Needs Triage labels Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants