Skip to content

Commit

Permalink
update references to system-reserved
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 e42e406 commit b149967
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/local-backup/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nodes:
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
system-reserved: memory=4Gi
node-labels: "ingress-ready=true"
extraMounts:
- hostPath: /home/ubuntu/backup # replace with your own path
Expand Down
2 changes: 0 additions & 2 deletions pkg/kind/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ nodes:
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
system-reserved: memory=4Gi
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 443
Expand Down Expand Up @@ -74,7 +73,6 @@ nodes:
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
system-reserved: memory=4Gi
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 443
Expand Down

0 comments on commit b149967

Please sign in to comment.