From 8990eae699ca61fc349ae1601e5c86f7e1cdbc18 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:17:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- enterprise_gateway/services/kernels/remotemanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enterprise_gateway/services/kernels/remotemanager.py b/enterprise_gateway/services/kernels/remotemanager.py index 4f991fa4..55f3685f 100644 --- a/enterprise_gateway/services/kernels/remotemanager.py +++ b/enterprise_gateway/services/kernels/remotemanager.py @@ -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`""", )