Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [root@kvmminishift oktayesgul]# virsh list
  2.  
  3.  
  4. Id Name State
  5. ----------------------------------------------------
  6. 1 minishift running
  7.  
  8.  
  9. [root@kvmminishift oktayesgul]# oc projects
  10.  
  11. You have access to the following projects and can switch between them with 'oc project <projectname>':
  12.  
  13. default
  14. kube-public
  15. kube-system
  16. * myproject - My Project
  17. openshift
  18. openshift-infra
  19.  
  20. Using project "myproject" on server "https://192.168.42.189:8443".
  21.  
  22. [root@kvmminishift oktayesgul]# oc get services
  23. NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  24. nodejs-ex 172.30.38.48 <none> 8080/TCP 5d
  25. rails-ex 172.30.49.1 <none> 8080/TCP 2h
  26. [root@kvmminishift oktayesgul]#
Add Comment
Please, Sign In to add comment