We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c465853 commit c8bedc8Copy full SHA for c8bedc8
content/en/docs/concepts/windows/user-guide.md
@@ -158,7 +158,7 @@ schedule Linux and Windows workloads to their respective OS-specific nodes.
158
The recommended approach is outlined below,
159
with one of its main goals being that this approach should not break compatibility for existing Linux workloads.
160
161
-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
162
that the containers in that Pod are designed for. For Pods that run Linux containers, set
163
`.spec.os.name` to `linux`. For Pods that run Windows containers, set `.spec.os.name`
164
to `windows`.
0 commit comments