Suansh Sharma

Results 3 comments of Suansh Sharma

> @umka1332 This solved the problem for me also. But do you know a way how I can still set proxy env vars to connect to the internet? > Just...

``` from kfp import dsl from kfp import compiler @dsl.component() def say_hello() : import time time.sleep(1900) hello_text = f'Hello!' print(hello_text) @dsl.pipeline def hello_pipeline(): hello_task = say_hello() hello_task.set_env_variable(name='NO_PROXY', value='*.kubeflow,*.local') hello_task.set_env_variable(name='no_proxy', value='*.kubeflow,*.local')...

@pschoen-itsc Following are the logs from main container of the failing pod ``` time="2024-08-28T14:19:16.866Z" level=info msg="capturing logs" argo=true time="2024-08-28T14:19:16.900Z" level=info msg="capturing logs" argo=true I0828 14:19:16.922099 53 launcher_v2.go:90] input ComponentSpec:{ "executorLabel":...