Skip to content

Commit

Permalink
[kube]: Enable resource requirements specification
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed May 9, 2024
1 parent 772406b commit 1e588cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appyter/execspec/implementations/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ def _submit(self, job, namespace='default'):
mount_path='/dev/fuse',
)
],
resources=client.V1ResourceRequirements(
**self.executor_options.get('resources', {})
),
),
],
volumes=[
Expand Down

0 comments on commit 1e588cb

Please sign in to comment.