diff --git a/pkg/kind/resources/kind.yaml.tmpl b/pkg/kind/resources/kind.yaml.tmpl index d7e9e99d..b9a4f43f 100644 --- a/pkg/kind/resources/kind.yaml.tmpl +++ b/pkg/kind/resources/kind.yaml.tmpl @@ -9,7 +9,6 @@ nodes: kind: InitConfiguration nodeRegistration: kubeletExtraArgs: - system-reserved: memory=4Gi node-labels: "ingress-ready=true" extraPortMappings: - containerPort: {{ if (eq .IngressProtocol "http") -}} 80 {{- else -}} 443 {{- end }}