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

kfctl.sh should not assume uuidgen is present #1415

Closed
jlewi opened this issue Aug 24, 2018 · 0 comments
Closed

kfctl.sh should not assume uuidgen is present #1415

jlewi opened this issue Aug 24, 2018 · 0 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Aug 24, 2018

Right now kfctl.sh tries to use uuidgen to create a unique id
https://github.com/kubeflow/kubeflow/blob/master/scripts/util.sh#L74

This will cause a crash on a platform without uuidgen like Cloud Shell.

If uuidgen is not present we should simple fallback to an id like "unknown"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant