Skip to content

Instantly share code, notes, and snippets.

@akoserwal
Created February 6, 2024 08:22
Show Gist options
  • Save akoserwal/12996a21352e21fd3ee166633fd82f37 to your computer and use it in GitHub Desktop.
Save akoserwal/12996a21352e21fd3ee166633fd82f37 to your computer and use it in GitHub Desktop.
kind-config-nodes
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
# One control plane node and three "workers".
#
# While these will not add more real compute capacity and
# have limited isolation, this can be useful for testing
# rolling updates etc.
#
# The API-server and other control plane components will be
# on the control-plane node.
#
# You probably don't need this unless you are testing Kubernetes itself.
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment