Skip to content

Commit

Permalink
feat: some SNO optimizations
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Jan 28, 2024
1 parent fce8702 commit 884ff72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
name: nort-perpod-4reserved
spec:
cpu:
isolated: 2-5,8-11
reserved: 0-1,6-7
isolated: 2-11
reserved: 0-1
machineConfigPoolSelector:
pools.operator.machineconfiguration.openshift.io/master: ""
nodeSelector:
Expand Down
3 changes: 1 addition & 2 deletions manifests/environments/nostromo/sno-kubelet-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ kind: KubeletConfig
metadata:
name: sno-config
spec:
autoSizingReserved: true
machineConfigPoolSelector:
matchLabels:
custom-kubelet: enabled
kubeletConfig:
maxPods: 600
podsPerCore: 25
podsPerCore: 50
systemReserved:
memory: 1Gi

0 comments on commit 884ff72

Please sign in to comment.