Skip to content

Commit

Permalink
Do not allocate memory for system in kind
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Apr 22, 2024
1 parent b84386b commit e42e406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kind/resources/kind.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e42e406

Please sign in to comment.