Skip to content

Commit

Permalink
fix: leave out crio annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Dec 13, 2024
1 parent c41dbce commit d08b136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/latch/resources/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,6 @@ def _get_l40s_pod(instance_type: str, cpu: int, memory: int, gpus: int) -> Pod:
),
primary_container_name="primary",
annotations={
"io.kubernetes.cri-o.userns-mode": (
"private:uidmapping=0:1048576:65536;gidmapping=0:1048576:65536"
),
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false",
},
)
Expand Down

0 comments on commit d08b136

Please sign in to comment.