Created
May 3, 2020 18:55
-
-
Save emreozkangit/4569fb6ff93ef4dd8963474fc00a8b43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[emre@rhel crc-linux-1.9.0-amd64]$ ./crc setup | |
INFO Checking if oc binary is cached | |
INFO Checking if podman remote binary is cached | |
INFO Checking if CRC bundle is cached in '$HOME/.crc' | |
INFO Checking if running as non-root | |
INFO Checking if Virtualization is enabled | |
INFO Checking if KVM is enabled | |
INFO Checking if libvirt is installed | |
INFO Installing libvirt service and dependencies | |
INFO Will use root access: install virtualization related packages | |
INFO Checking if user is part of libvirt group | |
INFO Adding user to libvirt group | |
INFO Will use root access: add user to libvirt group | |
INFO Checking if libvirt is enabled | |
INFO Checking if libvirt daemon is running | |
INFO Starting libvirt service | |
INFO Will use root access: start libvirtd service | |
INFO Checking if a supported libvirt version is installed | |
INFO Checking if crc-driver-libvirt is installed | |
INFO Installing crc-driver-libvirt | |
INFO Checking for obsolete crc-driver-libvirt | |
INFO Checking if libvirt 'crc' network is available | |
INFO Setting up libvirt 'crc' network | |
INFO Checking if libvirt 'crc' network is active | |
INFO Starting libvirt 'crc' network | |
INFO Checking if NetworkManager is installed | |
INFO Checking if NetworkManager service is running | |
INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists | |
INFO Writing Network Manager config for crc | |
INFO Will use root access: write NetworkManager config in /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf | |
INFO Will use root access: Changing permission for /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf to 420 | |
INFO Will use root access: execute systemctl daemon-reload command | |
INFO Will use root access: execute systemctl stop/start command | |
INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists | |
INFO Writing dnsmasq config for crc | |
INFO Will use root access: write dnsmasq configuration in /etc/NetworkManager/dnsmasq.d/crc.conf | |
INFO Will use root access: Changing permission for /etc/NetworkManager/dnsmasq.d/crc.conf to 420 | |
INFO Will use root access: execute systemctl daemon-reload command | |
INFO Will use root access: execute systemctl stop/start command | |
Setup is complete, you can now run 'crc start' to start the OpenShift cluster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment