Skip to content

Instantly share code, notes, and snippets.

@apapacy
apapacy / cluster-19.sh
Created February 1, 2023 00:16 — forked from diafour/cluster-19.sh
Run kind cluster with access to local registry
#!/usr/bin/env bash
# A helper for kind to create and delete clusters with untrusted local registry.
# Based on https://kind.sigs.k8s.io/docs/user/local-registry/
#
# Note: kind 0.10.0
# Settings for kind cluster
CLUSTER_NAME="kube-19"
KIND_NODE_IMAGE="kindest/node:v1.19.7"