Files
kube-heavy-load-test/kubelet-500-pods-per-node.yaml
Simon Belmas aa1dd9bc42 initial commit
2024-03-27 17:09:26 +01:00

11 lines
272 B
YAML

apiVersion: machineconfiguration.openshift.io/v1
kind: KubeletConfig
metadata:
name: set-max-pods
spec:
machineConfigPoolSelector:
matchLabels:
pools.operator.machineconfiguration.openshift.io/worker: ""
kubeletConfig:
podsPerCore: 0
maxPods: 500