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

Do not Fails Silently for missing proxy #5

Open
hno2 opened this issue Feb 12, 2019 · 2 comments
Open

Do not Fails Silently for missing proxy #5

hno2 opened this issue Feb 12, 2019 · 2 comments
Labels
wontfix This will not be worked on

Comments

@hno2
Copy link

hno2 commented Feb 12, 2019

While trying to deploy I noticed that the install script sometimes fails silently.
Running ./install-kubeflow.sh stopped after "Creating Kubeflow app directory:<>" without any errors.
After debugging I found out that somehow my proxy stopped. Therefore the s pull for the swagger.json from GitHub in

${KUBEFLOW_SRC}/scripts/kfctl.sh apply k8s

didn't work. Is there any way to not silently fail here?

(Running the it again brought up: ERROR could not finde component: extracting module and component names from ambassador...)

@carmine
Copy link
Contributor

carmine commented Feb 13, 2019

The script is run with "set -e", which should show any error. This feels like a silent error in the underlying kfctl.sh script. That script is evolving into a go binary. Let's wait until that work is done and we'll integrate with that, hopefully in the 0.5.0 timeframe.

What kind of proxy are you running?

@carmine carmine added the wontfix This will not be worked on label Feb 13, 2019
@hno2
Copy link
Author

hno2 commented Feb 13, 2019

Thanks for your answer.
Is there a fixed release cycle for kubeflow or a planned release date for 0.5.0 already?
The Proxy I use is a custom CNTLM-Proxy, wich somehow always stops working in the middle of running the script. (Pulling and wget works fine, but pulling the swagger.json from GitHub fails)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants