Kevin Bates
Kevin Bates
> This only allows for one global cert path, should we actually add a config on the runtime metadata to allow passing this on the UI per server? Is the...
I like the idea of a "release PR". FWIW, there's growing traction with [github-activity](https://github.com/executablebooks/github-activity) which produces super nice changelogs that can then be adjusted (although I just read Nick's comment...
https://github.com/elyra-ai/elyra/pull/3114 may be all that is necessary for this since the exposed tiles are sensitive to the _desired_ runtimes.
hi @arundeep78. You might try looking at using [volume mounts](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/operators/deploy-kubernetes.html#unconditional-volume-mounts), either conditional or unconditional, by adjusting the kernel-pod template. This, in combination with [`KERNEL_WORKING_DIR`](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/users/kernel-envs.html) (which points into the mount location)...
@arundeep78 - Thanks for the additional information. So your notebook "nodes" must be requiring resources that are not available locally, yet are also available in airflow. And also, combining them...
My comment use essentially asking "why do you need to use EG to develop your notebooks?". If you have enough resources locally you don't need EG and the (local) files...
@akchinSTC - this sounds like a duplicate of #3063 given the inability to resolve conflicts - correct? @yarnabrina - because you've opened #3070 (sorry for these inconveniences!) it seems that...
Hi @DhavalRepo18 - there are no immediate plans to support Ray, but I'd like to gather some more information about your use case. Is the idea that you'd essentially be...
> - Existing installations of Elyra continue to include these runtime image configurations, even after Elyra was upgraded. The removal only impacts new installations. This is really a function of...
I find the requirement of a docker image for all generic nodes **knowing I want to run the pipeline locally** to be my number one pet peeve about Elyra! I...