Skip to content

oc adm manage-node -o ANYTHING doesn't change the output #14360

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

Closed
stevekuznetsov opened this issue May 25, 2017 · 0 comments
Closed

oc adm manage-node -o ANYTHING doesn't change the output #14360

stevekuznetsov opened this issue May 25, 2017 · 0 comments
Assignees
Labels
area/usability component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P2

Comments

@stevekuznetsov
Copy link
Contributor

$ oc cluster up
$ oc login -u system:admin
$ oc adm manage-node localhost --schedulable
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
$ oc adm manage-node localhost --schedulable -o yaml
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
$ oc adm manage-node localhost --schedulable -o json
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
$ oc adm manage-node localhost --schedulable -o wide
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
$ oc adm manage-node localhost --schedulable -o name
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
$ oc adm manage-node localhost --schedulable -o jsonpath='{ .metadata.name }'
NAME        STATUS    AGE       VERSION
localhost   Ready     14m       v1.5.2+43a9be4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/usability component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P2
Projects
None yet
Development

No branches or pull requests

3 participants