Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2024
1 parent 3803931 commit a212f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/operators/config-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ RemoteMappingKernelManager(AsyncMappingKernelManager) options
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`
Default: []
Expand Down

0 comments on commit a212f97

Please sign in to comment.