Skip to content

Instantly share code, notes, and snippets.

View celdrake's full-sized avatar
🏠
Working from home

Celia Amador Gonzalez celdrake

🏠
Working from home
  • Red Hat
  • Mallorca, Spain
View GitHub Profile
@celdrake
celdrake / backup-and-restore-step-1.md
Last active September 5, 2025 09:54
backup-and-restore
  • Deploy flightctl and add two ERs

  • Approve one of the devices, add dev=yes to it

document.querySelector('[data-testid="assisted-ui-lib-version"]').textContent
## Using specific storage pool
clear &&
STORAGE_POOL=home-pool MASTER_DISKGIB=10 MASTER_MEMMIB=8 MASTER_CPUS=4 WORKER_DISKGIB=10 WORKER_MEMMIB=3 WORKER_CPUS=2 ./setup-env.sh --cluster-name=<celia> --num-of-nodes=3 --with-workers --debug /tmp/test_images/discovery_image_ocp-edge-cluster-0.iso
## Using default storage pool
clear && MASTER_DISKGIB=10 MASTER_MEMMIB=8 MASTER_CPUS=4 WORKER_DISKGIB=10 WORKER_MEMMIB=3 WORKER_CPUS=2 ./setup-env.sh --cluster-name=<celia> --num-of-nodes=3 --with-workers --debug /tmp/test_images/discovery_image_ocp-edge-cluster-0.iso