From f5767e1c3c94767e89bfd1764aa2813b04751504 Mon Sep 17 00:00:00 2001 From: Abhiram <22r11a0561@gcet.edu.in> Date: Wed, 11 Mar 2026 00:26:08 +0530 Subject: [PATCH] Fix typo in Kubernetes documentation --- docs/scaling/remote-tasks/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scaling/remote-tasks/kubernetes.md b/docs/scaling/remote-tasks/kubernetes.md index b9ae91b4..0f82ccea 100644 --- a/docs/scaling/remote-tasks/kubernetes.md +++ b/docs/scaling/remote-tasks/kubernetes.md @@ -6,7 +6,7 @@ Kubernetes for Metaflow](https://outerbounds.com/docs/engineering-welcome/). ## What value of `@timeout` should I set? -Metaflow sets a default timeout of 5 days so that you tasks don't get stuck infinitely +Metaflow sets a default timeout of 5 days so that your tasks don't get stuck infinitely while running on Kubernetes. For more details on how to use `@timeout` please read [this.](../failures.md#timing-out-with-the-timeout-decorator)