From 9569f10daa2ed9034cf3f10d9e338ab4f0088050 Mon Sep 17 00:00:00 2001 From: Itay Ankri Date: Mon, 17 Oct 2022 13:48:27 +0300 Subject: [PATCH] simpler kind config --- examples/kind-config.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/examples/kind-config.yaml b/examples/kind-config.yaml index 2c973a7..37a5cb1 100644 --- a/examples/kind-config.yaml +++ b/examples/kind-config.yaml @@ -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 \ No newline at end of file