Skip to content

Instantly share code, notes, and snippets.

View alosadagrande's full-sized avatar

Alberto Losada alosadagrande

  • Red Hat
  • Wild Wild West Europe
  • X @_ZaNN_
View GitHub Profile

Using Sushy Tools with Libvirt

  • Add linux user to libvirt group
sudo usermod -a -G libvirt <your-user>
sudo -y install libvirt-devel
  • Login and validate user can execute virsh commands
@alosadagrande
alosadagrande / standalone-kubelet-fc31.md
Created July 9, 2020 17:46 — forked from dmesser/standalone-kubelet-fc31.md
Standalone Kubelet on Fedora 31

What is this about?

This gist describes how to set up standalone kubelet + CRI-O + CNI on Fedora Core 31. The goal is to place a Kubernetes Pod manifest on an single node and access the application from the network. This guide has been tested on x86-64 and armv7 deployments.

Prepare the system

Make sure the system is up to date:

dnf -y update