Bug 1477765 - [DOCS] oc output in various places is outdated
Summary: [DOCS] oc output in various places is outdated
Keywords:
Status: CLOSED EOL
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-02 21:25 UTC by Michael Burke
Modified: 2021-04-07 18:20 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-07 18:20:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michael Burke 2017-08-02 21:25:40 UTC
For example in https://docs.openshift.com/enterprise/3.1/install_config/install/docker_registry.html#securing-the-registry

$ oc get svc docker-registry
NAME              LABELS                                    SELECTOR                  IP(S)            PORT(S)
docker-registry   docker-registry=default                   docker-registry=default   172.30.124.220   5000/TCP

but when I run the latest version of oc get (oc v1.1.1-268-g0215022-dirty)

$ oc get svc docker-registry
NAME              CLUSTER_IP      EXTERNAL_IP   PORT(S)    SELECTOR                  AGE
docker-registry   172.30.77.196   <none>        5000/TCP   docker-registry=default   3m

Comment 1 Vikram Goyal 2017-08-02 22:01:40 UTC
Original issue: https://github.com/openshift/openshift-docs/issues/1499


Note You need to log in before you can comment on or make changes to this bug.