initial commit
This commit is contained in:
11
kubelet-500-pods-per-node.yaml
Normal file
11
kubelet-500-pods-per-node.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user