[Question] How to setup a runtime configuration?
See original GitHub issueCould not find any specific doc on what value to put under Kubeflow Pipelines API Endpoint
when defining a Runtime Configuration.
So far I have kubeflow running on eks (aws).
What I’m trying to accomplish is a simple elyra’s pipeline executed on kubeflow pipelines.
However I cannot figure out what value to put on Kubeflow Pipelines API Endpoint
.
Further info
- Elyra’s image used for jupyter server configuration:
elyra/kf-notebook:3.9.0
What i’ve tried so far
Getting the ip of ml-pipeline-ui
service in k8s and setting Kubeflow Pipelines API Endpoint
with it.
Sorry if I missed some obvious steps…
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Managing runtime configuration
2 Edit the Runtime configuration file ... In the upper-right corner of the Settings landing page, click Edit to display the Configuration File...
Read more >Runtime configuration files are removed when installing VS ...
Note) 14.29.20037.0 redistribution package works normally. Reproduce +) Run vcredist_x64 /install with the redistributable packager installed +) ...
Read more >Runtime configuration for create-react-app
This process is static as everytime the .env variables change, the project has to be built again. Is there a way to inject...
Read more >First time .NET Runtime configuration problems
So here's my first question: in my remote Portal system (devportal.crd.bc.ca) under the .NET Runtime Service configuration the .
Read more >Import a runtime configuration file - PLCS.net
1. Create a new configuration · 2. Import a runtime configuration file · 3. Copy the configuration that is currently running on this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ptitzler I got part of it to work
First Applied PodDefault; Then criated a new jupyterlab server and selected
Allow access to kubeflow pipelines
in theConfigurations
section. When it started I created a pipeline runtime config with the following values:Then got this message:
The logs in my notebook pod (
k -n kubeflow-user-example-com logs victor-elyra-0 -f
) says:Then i tried adding a roleBinding between the ServiceAccount
default-editor
under my user’s namespace, andml-pipeline-ui
(as described here)However the error still persists. What am I missing?
Thanks
@thesuperzapper do you have any insights to share that might help in this case? I don’t think this is an Elyra specific configuration issue.