Guest User

Untitled

a guest
Mar 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [root@host-172-16-120-87 ~]# time oc get all
  2. NAME REVISION DESIRED CURRENT TRIGGERED BY
  3. deploymentconfigs/docker-registry 1 2 2 config
  4. deploymentconfigs/registry-console 1 1 1 config
  5. deploymentconfigs/router 1 2 2 config
  6.  
  7. NAME DOCKER REPO TAGS UPDATED
  8. imagestreams/registry-console docker-registry.default.svc:5000/default/registry-console v3.9
  9.  
  10. NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
  11. routes/docker-registry docker-registry-default.apps.0312-12a.qe.rhcloud.com docker-registry <all> passthrough None
  12. routes/registry-console registry-console-default.apps.0312-12a.qe.rhcloud.com registry-console <all> passthrough None
  13.  
  14. NAME READY STATUS RESTARTS AGE
  15. po/docker-registry-1-8wl7r 1/1 Running 0 1d
  16. po/docker-registry-1-bd5mq 1/1 Running 0 1d
  17. po/registry-console-1-t8p4v 1/1 Running 0 18h
  18. po/router-1-7jd88 1/1 Running 0 1d
  19. po/router-1-pjvqv 1/1 Running 0 1d
  20. Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get replicationcontrollers)
  21. Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get services)
  22.  
  23. real 2m0.518s
  24. user 0m0.412s
  25. sys 0m0.101s
Add Comment
Please, Sign In to add comment