vmware-archive / kubeless-ui

Graphical User Interface for Kubeless
Apache License 2.0
417 stars 75 forks source link

adding deps doesn't work #62

Closed chz8494 closed 6 years ago

chz8494 commented 6 years ago

create function on UI with deps has no effect. function's dep field shows empty.

I can modify function to add dep(kubectl apply -f ) after creation though, and then deps shows on UI.

andresmgot commented 6 years ago

I've tried that and I can successfully add dependencies to a function. Which language are you working with? Note that in the case of Python you need to press "enter" before deploying the function to parse the dependencies. Could that be your issue?

chz8494 commented 6 years ago

you are right! that's it, hitting "enter" is the key.