In what area(s)?
Kn plugins
Classifications:
/kind bug
What version of Knative Client?
Paste output of 'kn version'
maximilien@maxmini:$ ./kn version
Using kn config file: /home/maximilien/.kn/config.yaml
Version: v20190920-local-94bb1cf-dirty
Build Date: 2019-09-20 20:38:29
Git Revision: 94bb1cf
Support:
- Serving: v0.8.0 v0.7.1
- API(s): v1alpha1
What version of Knative Serving running on your cluster?
0.8.x
Expected Behavior
kn hello should execute the kn-hello plugin.
Actual Behavior
Prints the help and that “hello is not valid command”
However, the kn-hello is listed when I do kn plugin list. So it simply not being executed.
Steps to Reproduce the Problem
Seems to be only on my Linux system. Doubtful it has to do with the fact that my system is running Ubuntu. Cannot repro this on a Mac OS X.
In what area(s)?
Kn plugins
Classifications:
What version of Knative Client?
What version of Knative Serving running on your cluster?
Expected Behavior
kn helloshould execute thekn-helloplugin.Actual Behavior
Prints the help and that “hello is not valid command”
However, the
kn-hellois listed when I dokn plugin list. So it simply not being executed.Steps to Reproduce the Problem
Seems to be only on my Linux system. Doubtful it has to do with the fact that my system is running Ubuntu. Cannot repro this on a Mac OS X.