From 5898b66ec5fb6d6acbf3494229c122703096b630 Mon Sep 17 00:00:00 2001 From: Ravi Gudimetla Date: Sun, 7 Aug 2022 10:51:07 -0400 Subject: [PATCH] Update content/en/docs/concepts/windows/user-guide.md Co-authored-by: Tim Bannister --- content/en/docs/concepts/windows/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/windows/user-guide.md b/content/en/docs/concepts/windows/user-guide.md index c40f6e7e68843..9e64057000bf2 100644 --- a/content/en/docs/concepts/windows/user-guide.md +++ b/content/en/docs/concepts/windows/user-guide.md @@ -158,7 +158,7 @@ schedule Linux and Windows workloads to their respective OS-specific nodes. The recommended approach is outlined below, with one of its main goals being that this approach should not break compatibility for existing Linux workloads. -Starting from 1.25, please set `.spec.os.name` for a Pod to indicate the operating system +Starting from 1.25, you can (and should) set `.spec.os.name` for each Pod, to indicate the operating system that the containers in that Pod are designed for. For Pods that run Linux containers, set `.spec.os.name` to `linux`. For Pods that run Windows containers, set `.spec.os.name` to `windows`.