From b149967da74e2d27c23cb1ee2437a9f1e78924c5 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Sun, 21 Apr 2024 23:09:29 -0400 Subject: [PATCH] update references to system-reserved Signed-off-by: Carlos Santana --- examples/local-backup/kind.yaml | 1 - pkg/kind/cluster_test.go | 2 -- 2 files changed, 3 deletions(-) diff --git a/examples/local-backup/kind.yaml b/examples/local-backup/kind.yaml index 5a2e4eee..1658179e 100644 --- a/examples/local-backup/kind.yaml +++ b/examples/local-backup/kind.yaml @@ -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 diff --git a/pkg/kind/cluster_test.go b/pkg/kind/cluster_test.go index c0f2ff6f..8538d419 100644 --- a/pkg/kind/cluster_test.go +++ b/pkg/kind/cluster_test.go @@ -39,7 +39,6 @@ nodes: kind: InitConfiguration nodeRegistration: kubeletExtraArgs: - system-reserved: memory=4Gi node-labels: "ingress-ready=true" extraPortMappings: - containerPort: 443 @@ -74,7 +73,6 @@ nodes: kind: InitConfiguration nodeRegistration: kubeletExtraArgs: - system-reserved: memory=4Gi node-labels: "ingress-ready=true" extraPortMappings: - containerPort: 443