Skip to content

Instantly share code, notes, and snippets.

View ybelleguic's full-sized avatar

ybelleguic ybelleguic

View GitHub Profile
@KnVerey
KnVerey / resources.md
Last active May 10, 2023 22:32
Resources for talk "1M Lines of YAML" at KubeCon EU 2023

1M Lines of YAML: Wrangling Kubernetes Configuration for Hundreds of Teams

Katrina Verey, Shopify

Visit Sched for the talk description, feedback form and slides.

Resources

Declarative Application Management

@douglasmiranda
douglasmiranda / fix.md
Last active August 18, 2024 11:59
Docker Registry (Distribution) + Minio/s3: fix the "Retrying in X seconds" | failed with status: 503 Service Unavailable
@alexclifford
alexclifford / s3_set_object_public.sh
Created July 24, 2015 01:59
Make S3 object public and private via s3cmd command line
s3cmd setacl s3://bucket/path/to/file --acl-public
s3cmd info s3://bucket/path/to/file
s3cmd setacl s3://bucket/path/to/file --acl-private
@shamil
shamil / mount_qcow2.md
Last active August 3, 2025 20:23
How to mount a qcow2 disk image

How to mount a qcow2 disk image

This is a quick guide to mounting a qcow2 disk images on your host server. This is useful to reset passwords, edit files, or recover something without the virtual machine running.

Step 1 - Enable NBD on the Host

modprobe nbd max_part=8