Skip to content

Commit

Permalink
TEST/MINOR: allow 2048 pods per node on Kind
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 authored and oktalz committed Apr 4, 2024
1 parent 1b22206 commit dde29e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/tests/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ nodes:
controllerManager:
extraArgs:
max-endpoints-per-slice: "5"
node-cidr-mask-size-ipv4: "21"
- |
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
metadata:
name: config
maxPods: 2048

0 comments on commit dde29e6

Please sign in to comment.