Skip to content

Commit

Permalink
Merge pull request #731 from lsst-it/IT-3747_reserve_memory_kubelet
Browse files Browse the repository at this point in the history
(site/dev) Update kubelet config for memory reservations
  • Loading branch information
gseriche authored Jan 6, 2025
2 parents ea33a83 + 659e8aa commit 2f2fdd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ayekan/rke/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
extra_args:
node-status-max-images: "-1"
max-pods: 250
kube-reserved: memory=4Gi
system-reserved: memory=4Gi
network:
plugin: canal
ssh_key_path: ~/.ssh/id_rsa
Expand Down
2 changes: 2 additions & 0 deletions kueyen/rke/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ services:
extra_args:
node-status-max-images: "-1"
max-pods: 250
kube-reserved: memory=4Gi
system-reserved: memory=4Gi
extra_binds:
- /drives/localdrive:/drives/localdrive
network:
Expand Down

0 comments on commit 2f2fdd2

Please sign in to comment.