Advertisement
jsliacan

fedora-4.2.16-status-fail

Jan 29th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [jsliacan@localhost crc-linux-1.5.0-amd64]$ ./crc setup
  2. INFO Checking if oc binary is cached
  3. INFO Caching oc binary
  4. INFO Checking if CRC bundle is cached in '$HOME/.crc'
  5. INFO Unpacking bundle from the CRC binary
  6. INFO Checking if running as non-root
  7. INFO Checking if Virtualization is enabled
  8. INFO Checking if KVM is enabled
  9. INFO Checking if libvirt is installed
  10. INFO Checking if user is part of libvirt group
  11. INFO Checking if libvirt is enabled
  12. INFO Checking if libvirt daemon is running
  13. INFO Checking if a supported libvirt version is installed
  14. INFO Checking if crc-driver-libvirt is installed
  15. INFO Installing crc-driver-libvirt
  16. INFO Checking for obsolete crc-driver-libvirt
  17. INFO Checking if libvirt 'crc' network is available
  18. INFO Checking if libvirt 'crc' network is active
  19. INFO Checking if NetworkManager is installed
  20. INFO Checking if NetworkManager service is running
  21. INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
  22. INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
  23. Setup is complete, you can now run 'crc start' to start the OpenShift cluster
  24. [jsliacan@localhost crc-linux-1.5.0-amd64]$ ./crc start -p ~/Downloads/crc-pull-secret
  25. INFO Checking if oc binary is cached
  26. INFO Checking if running as non-root
  27. INFO Checking if Virtualization is enabled
  28. INFO Checking if KVM is enabled
  29. INFO Checking if libvirt is installed
  30. INFO Checking if user is part of libvirt group
  31. INFO Checking if libvirt is enabled
  32. INFO Checking if libvirt daemon is running
  33. INFO Checking if a supported libvirt version is installed
  34. INFO Checking if crc-driver-libvirt is installed
  35. INFO Checking if libvirt 'crc' network is available
  36. INFO Checking if libvirt 'crc' network is active
  37. INFO Checking if NetworkManager is installed
  38. INFO Checking if NetworkManager service is running
  39. INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
  40. INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
  41. INFO Extracting bundle: crc_libvirt_4.2.16.crcbundle ...
  42. INFO Creating CodeReady Containers VM for OpenShift 4.2.16-x86_64...
  43. INFO Verifying validity of the cluster certificates ...
  44. INFO Check internal and public DNS query ...
  45. INFO Check DNS query from host ...
  46. INFO Copying kubeconfig file to instance dir ...
  47. INFO Adding user's pull secret ...
  48. INFO Updating cluster ID ...
  49. INFO Starting OpenShift cluster ... [waiting 3m]
  50. INFO
  51. INFO To access the cluster, first set up your environment by following 'crc oc-env' instructions
  52. INFO Then you can access it by running 'oc login -u developer -p developer https://api.crc.testing:6443'
  53. INFO To login as an admin, run 'oc login -u kubeadmin -p CVhid-ob9Ua-VUXhr-67SW3 https://api.crc.testing:6443'
  54. INFO
  55. INFO You can now run 'crc console' and use these credentials to access the OpenShift web console
  56. Started the OpenShift cluster
  57. WARN The cluster might report a degraded or error state. This is expected since several operators have been disabled to lower the resource usage. For more information, please consult the documentation
  58. [jsliacan@localhost crc-linux-1.5.0-amd64]$ crc status
  59. CRC VM: Running
  60. OpenShift: Stopped
  61. Disk Usage: 11.13GB of 32.2GB (Inside the CRC VM)
  62. Cache Usage: 12.91GB
  63. Cache Directory: /home/jsliacan/.crc/cache
  64. [jsliacan@localhost crc-linux-1.5.0-amd64]$ crc version
  65. crc version: 1.5.0-dev+8b35135
  66. OpenShift version: 4.2.14 (not embedded in binary)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement