Skip to content

Instantly share code, notes, and snippets.

View adrianmoisey's full-sized avatar
🍔

Adrian Moisey adrianmoisey

🍔
View GitHub Profile
@adrianmoisey
adrianmoisey / README.md
Last active September 2, 2025 17:50 — forked from aojea/README.md
upgrade kind kubernetes cluster

KIND development workflow

  1. Create your kind cluster (suit yourself https://kind.sigs.k8s.io/docs/user/configuration/)
kind build node-image /Users/adrian/src/kubernetes/kubernetes; cat <<EOF | kind create cluster --image=kindest/node:latest --config=-
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
featureGates:
  HPASelectionStrategy: true