Skip to content

Commit

Permalink
kind configs for easy local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jul 12, 2024
1 parent 03e737c commit 223b820
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.k8s-v1.25/kind/kind-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# this config file contains all config fields with comments
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
# 1 control plane node and 1 worker node
nodes:
# the control plane node config
- role: control-plane
# kubernetes version 1.25.16 from kind v0.23.0
image: kindest/node:v1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b
# the worker
- role: worker
# kubernetes version 1.25.16 from kind v0.23.0
image: kindest/node:v1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b
11 changes: 11 additions & 0 deletions setup.k8s-v1.30/kind/kind-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
# the control plane node config
- role: control-plane
# kubernetes version 1.30.0 from kind v0.23.0
image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
# the worker
- role: worker
# kubernetes version 1.30.0 from kind v0.23.0
image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e

0 comments on commit 223b820

Please sign in to comment.