You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Function Author, when I am using command kn func run for python language/runtime, I should be able to discern that server is started so that I know the function is ready to be used.
GIVEN I am running newly create Python function
WHEN I issue 'kn func run' command
THEN I see that my function is running and ready to be called.
The text was updated successfully, but these errors were encountered:
nainaz
changed the title
Kn func run for Python does not show any message for the user to know that it is running
kn func run: for Python does not show any message for the user to know that it is running
Sep 24, 2021
As a Function Author, when I am using command kn func run for python language/runtime, I should be able to discern that server is started so that I know the function is ready to be used.
GIVEN I am running newly create Python function
WHEN I issue 'kn func run' command
THEN I see that my function is running and ready to be called.
The text was updated successfully, but these errors were encountered: