Skip to content

Commit

Permalink
simpler kind config
Browse files Browse the repository at this point in the history
  • Loading branch information
itayankri committed Oct 17, 2022
1 parent bc58879 commit 9569f10
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/kind-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# this config file contains all config fields with comments
# NOTE: this is not a particularly useful config file
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
# 1 control plane node and 2 workers
nodes:
# the control plane node config
- role: control-plane
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 80
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
# the workers
- role: worker

0 comments on commit 9569f10

Please sign in to comment.