Skip to content

Commit

Permalink
swanspawner: Remove the number of requested CPUs from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 authored and etejedor committed Jan 17, 2024
1 parent 967609b commit 65db549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwanSpawner/swanspawner/swankubespawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def start(self):
# Resource requests and limits for user pods

# CPU limit is set to what the user selects in the form
# The request (guarantee) is statically set to 1 in the chart;
# The request (guarantee) is statically set in the chart;
# the resulting overcommit is acceptable since users stay idle
# most of the time
self.cpu_limit = self.user_options[self.user_n_cores]
Expand Down

0 comments on commit 65db549

Please sign in to comment.