Skip to content

Instantly share code, notes, and snippets.

View vit-zikmund's full-sized avatar

Vít Zikmund vit-zikmund

  • Czechia
  • 04:41 (UTC +02:00)
View GitHub Profile
@avoidik
avoidik / curl.sh
Last active April 30, 2024 06:54
Use curl instead of kubectl
#!/bin/bash
#
# download yq
#
curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 -o /usr/local/bin/yq
chmod +x /usr/local/bin/yq
#