https://gist.io/@ryanj/01b8592a04e40837ccd07b76716dbe73
slides: http://bit.ly/crc-silver
- download an installer image: https://silverblue.fedoraproject.org/download
- create USB (I used Fedora MediaWriter, linked on the /download page)
- disable BIOS secure boot (a required step for some hardware)
- boot from USB
- wipe partition table (or partition with /var)
- manual partitioning guide: https://docs.fedoraproject.org/en-US/fedora-silverblue/installation/#manual-partition
- after first login, run:
rpm-ostree update
systemctl reboot
install OS-level dependency requirements:
rpm-ostree install qemu libvirt virt-manager
WARN: bug: https://bugzilla.redhat.com/show_bug.cgi?id=1919994 workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1919994#c13
Create a libvirt
group:
sudo su -
groupadd --system libvirt
grep -E '^libvirt:' /usr/lib/group >> /etc/group # workaround
exit
Add your user to the libvirt
group:
sudo usermod -a -G libvirt $(whoami)
Verify group membership:
groups $(whoami)
Download latest CRC release from: https://cloud.redhat.com/openshift/create/local
Tip: Remember to download or copy your CRC pull secret before leaving this page
cd ~/Downloads && tar xvJf ./crc-*.xz
mkdir -p ~/bin
mv ./crc-linux-1.23.1-amd64/crc ~/bin
crc setup
crc start -p ~/Downloads/pull_secret
if you don't include the -p
flag, you'll need to interactively paste the pull secret during VM initialization
Tip: make sure to note the admin credentials in the log output!
Access the resulting web console with:
crc console
(proceed through a short series of SSL warnings... 1,2,3)
- Visit the embedded OperatorHub service directory. Try installing an operator to enable professionally-maintained cloud service solutions on your cluster. After installation via Hub (by a cluster admin), operator-backed solutions will available for use by standard developers
- Add additional user accounts, login as a normal (non-admin) user, then - try building and deploying a basic application
When you're done having fun:
- Halt the VM with:
crc stop
- Remove the VM entirely (reclaim disk space):
crc delete
rpm-ostree db list e52fb36b54289ef684507f71e6dd84faa76a7d563f1380c57a6b2c468e5791e2