Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. st-volumes-dir /var/lib/minishift/openshift.local.volumes --metrics true --routing-suffix 192.168.42.108.nip.io]'
  2. -- Checking OpenShift client ... OK
  3. -- Checking Docker client ... OK
  4. -- Checking Docker version ... OK
  5. -- Checking for existing OpenShift container ... OK
  6. -- Checking for openshift/origin:v1.4.1 image ...
  7. Pulling image openshift/origin:v1.4.1
  8. Pulled 0/3 layers, 3% complete
  9. Pulled 1/3 layers, 40% complete
  10. Pulled 2/3 layers, 93% complete
  11. Pulled 3/3 layers, 100% complete
  12. Extracting
  13. Image pull complete
  14. -- Checking Docker daemon configuration ... OK
  15. -- Checking for available ports ... OK
  16. -- Checking type of volume mount ...
  17. Using Docker shared volumes for OpenShift volumes
  18. -- Creating host directories ... OK
  19. -- Finding server IP ...
  20. Using 192.168.42.108 as the server IP
  21. -- Starting OpenShift container ...
  22. Creating initial OpenShift configuration
  23. Starting OpenShift using container 'origin'
  24. Waiting for API server to start listening
  25. OpenShift server started
  26. -- Adding default OAuthClient redirect URIs ... OK
  27. -- Installing registry ... OK
  28. -- Installing router ... OK
  29. -- Installing metrics ... OK
  30. -- Importing image streams ... OK
  31. -- Importing templates ... OK
  32. -- Login to server ... OK
  33. -- Creating initial project "myproject" ... OK
  34. -- Removing temporary directory ... OK
  35. -- Server Information ...
  36. OpenShift server started.
  37. The server is accessible via web console at:
  38. https://192.168.42.108:8443
  39.  
  40. The metrics service is available at:
  41. https://metrics-openshift-infra.192.168.42.108.nip.io
  42.  
  43. You are logged in as:
  44. User: developer
  45. Password: developer
  46.  
  47. To login as administrator:
  48. oc login -u system:admin
  49.  
  50.  
  51.  
  52.  
  53. [lulf@strappi enmasse]$ curl -k https://metrics-openshift-infra.192.168.42.108.nip.io | tail -n 10
  54. % Total % Received % Xferd Average Speed Time Time Time Current
  55. Dload Upload Total Spent Left Speed
  56. 100 1589 0 1589 0 0 8643 0 --:--:-- --:--:-- --:--:-- 8683
  57. }
  58. </style>
  59. </head>
  60. <body>
  61. <div>
  62. <h1>Application is not available</h1>
  63. <p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p>
  64. </div>
  65. </body>
  66. </html>
  67.  
  68.  
  69. [lulf@strappi enmasse]$ oc get pods -n openshift-infra
  70. NAME READY STATUS RESTARTS AGE
  71. metrics-deployer-pod 0/1 Error 0 2m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement