Skip to content

Instantly share code, notes, and snippets.

View simonbaird's full-sized avatar
💭
🤔

Simon Baird simonbaird

💭
🤔
View GitHub Profile
@lcarva
lcarva / chains-kind-create.sh
Last active August 18, 2023 13:07
Spin up Tekton Pipeline and Tekton Chains
#!/bin/bash
set -euo pipefail
# Start from a clean slate
kind delete cluster
# Start a new kind cluster
# kind create cluster --image kindest/node:v1.24.13
kind create cluster