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
$ 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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: