Skip to content

Instantly share code, notes, and snippets.

View huddlesj's full-sized avatar

Jay Huddleston huddlesj

  • Red Hat
  • Dothan, AL
View GitHub Profile
@huddlesj
huddlesj / pvc-resizer.yaml
Created March 30, 2022 21:30 — forked from bbeaudoin/pvc-resizer.yaml
Automatically increase PVC requests in the namespace in which it is deployed
apiVersion: apps/v1
kind: Deployment
metadata:
name: pvc-resizer
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:

Using Sushy Tools with Libvirt

  • Add linux user to libvirt group
sudo usermod -a -G libvirt <your-user>
sudo -y install libvirt-devel gcc python3-devel
  • Login and validate user can execute virsh commands