Skip to content

Commit 64f0075

Browse files
jglickk8s-ci-robot
authored andcommitted
Clarifying that you cannot mix Windows and Linux containers in a single pod. (#15946)
1 parent 4e1ebaa commit 64f0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Key Kubernetes elements work the same way in Windows as they do in Linux. In thi
5858

5959
* [Pods](/docs/concepts/workloads/pods/pod-overview/)
6060

61-
A Pod is the basic building block of Kubernetes–the smallest and simplest unit in the Kubernetes object model that you create or deploy. The following Pod capabilities, properties and events are supported with Windows containers:
61+
A Pod is the basic building block of Kubernetes–the smallest and simplest unit in the Kubernetes object model that you create or deploy. You may not deploy Windows and Linux containers in the same Pod. All containers in a Pod are scheduled onto a single Node where each Node represents a specific platform and architecture. The following Pod capabilities, properties and events are supported with Windows containers:
6262

6363
* Single or multiple containers per Pod with process isolation and volume sharing
6464
* Pod status fields

0 commit comments

Comments
 (0)