Skip to content

Commit

Permalink
Merge branch 'feature/configure_kernel_launch_terminate_on_events' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/OrenZ1/enterprise_gateway into feature/configure_kernel_launch_terminate_on_events
  • Loading branch information
OrenZ1 committed Jun 25, 2024
2 parents 686b342 + 8990eae commit 3803931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise_gateway/services/kernels/remotemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ class RemoteMappingKernelManager(AsyncMappingKernelManager):
help="""Comma-separated list of dictionaries, each describing an event by `type`, `reason`,
and `timeout_in_seconds` (e.g. [{"type": "Warning", "reason": "FailedMount", "timeout_in_seconds": 0}]).
Kernel pod events will be sampled during startup, and if an event described in this list is detected,
the kernel launch will be terminated after the set timeout. Only available for container kernels.
Make sure to provide the exact event type and reason as it appears in your container platform,
the kernel launch will be terminated after the set timeout. Only available for container kernels.
Make sure to provide the exact event type and reason as it appears in your container platform,
A guide to finding the event type and reason in kubernetes can be found here:
`https://www.bluematador.com/blog/kubernetes-events-explained`""",
)
Expand Down

0 comments on commit 3803931

Please sign in to comment.