From a212f9740a00681a87cbd06a9ad80e023c38dd27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:17:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/operators/config-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/operators/config-cli.md b/docs/source/operators/config-cli.md index 5a815a5f..2eb80f92 100644 --- a/docs/source/operators/config-cli.md +++ b/docs/source/operators/config-cli.md @@ -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: []