Skip to content

Instantly share code, notes, and snippets.

@albal
albal / download-k3s-airgap-images.sh
Created February 19, 2025 20:26
Download binaries needed for airgapped K3S install
#!/usr/bin/env bash
#
# Usage:
# ./download-k3s-airgap-images.sh [K3S_RELEASE_TAG] [ARCH]
#
# Examples:
# # Download for the latest stable release, auto-detect arch
# ./download-k3s-airgap-images.sh
#
# # Download for a specific release and architecture
@albal
albal / my-copliot-instructions.md
Created May 31, 2025 11:30 — forked from jonathan-vella/my-copliot-instructions.md
Copilot Instructions for VS Code

GitHub Copilot Instructions for All Projects


applyTo: "**"

Core Development Principles

Code Quality & Maintainability

  • Readability First: Prioritize clear, self-documenting code over clever solutions