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

kn service list -o name doesn't seem to work #754

Closed
duglin opened this issue Mar 23, 2020 · 2 comments · Fixed by #775
Closed

kn service list -o name doesn't seem to work #754

duglin opened this issue Mar 23, 2020 · 2 comments · Fixed by #775
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@duglin
Copy link
Contributor

duglin commented Mar 23, 2020

Bug report

$ kn service list -o name
list types are not supported by name printing: *v1.ServiceList

Expected behavior

Show me the list of services by name - e.g.: service.serving.knative.dev/echo

Steps to reproduce the problem

kn service create echo --image duglin/echo
kn service list -o name
kn service list echo -o name

Both of the last 2 cmds should work

kn version

master/HEAD

Knative (serving/eventing) version

master/HEAD

@duglin duglin added the kind/bug Categorizes issue or PR as related to a bug. label Mar 23, 2020
@daisy-ycguo
Copy link
Member

/assign daisy-ycguo
I will take a look at this issue.

@rhuss
Copy link
Contributor

rhuss commented Mar 24, 2020

Thanks, @daisy-ycguo !

Actually the expected behaviour would be a list of service names, line by line (like in kubectl get pod -o name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants