Skip to content

Commit 256b872

Browse files
committed
TEST/MINOR: allow 2048 pods per node on Kind
1 parent b9438f0 commit 256b872

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/tests/kind-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ nodes:
2828
controllerManager:
2929
extraArgs:
3030
max-endpoints-per-slice: "5"
31+
node-cidr-mask-size-ipv4: "21"
32+
- |
33+
apiVersion: kubelet.config.k8s.io/v1beta1
34+
kind: KubeletConfiguration
35+
metadata:
36+
name: config
37+
maxPods: 2048

0 commit comments

Comments
 (0)