Advertisement
jsliacan

fedora status check fail

Jan 28th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. [jsliacan@localhost crc-linux-1.5.0-amd64]$ crc stop -f
  2. Stopping the OpenShift cluster, this may take a few minutes...
  3. Stopped the OpenShift cluster
  4. [jsliacan@localhost crc-linux-1.5.0-amd64]$ crc delete -f
  5. Deleted the OpenShift cluster
  6. [jsliacan@localhost crc-linux-1.5.0-amd64]$ rm -rf ~/.crc
  7. [jsliacan@localhost crc-linux-1.5.0-amd64]$ cd ~/Downloads/crc-linux-1.5.0-amd64/
  8. [jsliacan@localhost crc-linux-1.5.0-amd64]$ ./crc setup
  9. INFO Checking if oc binary is cached
  10. INFO Caching oc binary
  11. INFO Checking if CRC bundle is cached in '$HOME/.crc'
  12. INFO Unpacking bundle from the CRC binary
  13. INFO Checking if running as non-root
  14. INFO Checking if Virtualization is enabled
  15. INFO Checking if KVM is enabled
  16. INFO Checking if libvirt is installed
  17. INFO Checking if user is part of libvirt group
  18. INFO Checking if libvirt is enabled
  19. INFO Checking if libvirt daemon is running
  20. INFO Checking if a supported libvirt version is installed
  21. INFO Checking if crc-driver-libvirt is installed
  22. INFO Installing crc-driver-libvirt
  23. INFO Checking for obsolete crc-driver-libvirt
  24. INFO Checking if libvirt 'crc' network is available
  25. INFO Checking if libvirt 'crc' network is active
  26. INFO Checking if NetworkManager is installed
  27. INFO Checking if NetworkManager service is running
  28. INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
  29. INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
  30. Setup is complete, you can now run 'crc start' to start the OpenShift cluster
  31. [jsliacan@localhost crc-linux-1.5.0-amd64]$ echo "6afa5ef171d44d4bb22f884cf725f0900131cc5acf3446b55e2ce9dc59a69da7 /home/jsliacan/.crc/cache/crc_libvirt_4.3.0.crcbundle" | sha256sum -c
  32. /home/jsliacan/.crc/cache/crc_libvirt_4.3.0.crcbundle: OK
  33. [jsliacan@localhost crc-linux-1.5.0-amd64]$ ./crc start -p ../crc-pull-secret
  34. INFO Checking if oc binary is cached
  35. INFO Checking if running as non-root
  36. INFO Checking if Virtualization is enabled
  37. INFO Checking if KVM is enabled
  38. INFO Checking if libvirt is installed
  39. INFO Checking if user is part of libvirt group
  40. INFO Checking if libvirt is enabled
  41. INFO Checking if libvirt daemon is running
  42. INFO Checking if a supported libvirt version is installed
  43. INFO Checking if crc-driver-libvirt is installed
  44. INFO Checking if libvirt 'crc' network is available
  45. INFO Checking if libvirt 'crc' network is active
  46. INFO Checking if NetworkManager is installed
  47. INFO Checking if NetworkManager service is running
  48. INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
  49. INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
  50. INFO Extracting bundle: crc_libvirt_4.3.0.crcbundle ...
  51. INFO Creating CodeReady Containers VM for OpenShift 4.3.0-x86_64...
  52. INFO Verifying validity of the cluster certificates ...
  53. INFO Check internal and public DNS query ...
  54. INFO Check DNS query from host ...
  55. INFO Copying kubeconfig file to instance dir ...
  56. INFO Adding user's pull secret ...
  57. INFO Updating cluster ID ...
  58. INFO Starting OpenShift cluster ... [waiting 3m]
  59. INFO
  60. INFO To access the cluster, first set up your environment by following 'crc oc-env' instructions
  61. INFO Then you can access it by running 'oc login -u developer -p developer https://api.crc.testing:6443'
  62. INFO To login as an admin, run 'oc login -u kubeadmin -p ec9fv-zpeew-IbT9U-bVeHt https://api.crc.testing:6443'
  63. INFO
  64. INFO You can now run 'crc console' and use these credentials to access the OpenShift web console
  65. Started the OpenShift cluster
  66. 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
  67. [jsliacan@localhost crc-linux-1.5.0-amd64]$ date
  68. Tue 28 Jan 2020 02:00:46 PM CET
  69. [jsliacan@localhost crc-linux-1.5.0-amd64]$ date
  70. Tue 28 Jan 2020 02:16:19 PM CET
  71. [jsliacan@localhost crc-linux-1.5.0-amd64]$ crc status
  72. CRC VM: Running
  73. OpenShift: Stopped
  74. Disk Usage: 10.22GB of 32.72GB (Inside the CRC VM)
  75. Cache Usage: 12.67GB
  76. Cache Directory: /home/jsliacan/.crc/cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement