Bug 1477765

Summary: [DOCS] oc output in various places is outdated
Product: OpenShift Container Platform Reporter: Michael Burke <mburke>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED EOL QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: unspecifiedCC: aos-bugs, jokerman, kalexand, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-04-07 18:20:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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