Skip to content

Instantly share code, notes, and snippets.

@choisungwook
Last active February 11, 2024 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save choisungwook/6308cabc43fd11b6c3f8c0779201c273 to your computer and use it in GitHub Desktop.
Save choisungwook/6308cabc43fd11b6c3f8c0779201c273 to your computer and use it in GitHub Desktop.
kind-cluster
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: kind-demo
nodes:
- role: control-plane
image: kindest/node:v1.29.1
# nodePorts
# extraPortMappings:
# - containerPort: 30950
# hostPort: 30950
- role: worker
image: kindest/node:v1.29.1
- role: worker
image: kindest/node:v1.29.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment