Clarifying that you cannot mix Windows and Linux containers in a single pod. (#15946)

pull/16745/head
Jesse Glick 2019-10-08 08:45:12 -04:00 committed by Kubernetes Prow Robot
parent 4e1ebaa7c8
commit 64f0075ed7
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Key Kubernetes elements work the same way in Windows as they do in Linux. In thi
* [Pods](/docs/concepts/workloads/pods/pod-overview/)
A Pod is the basic building block of Kubernetesthe 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:
A Pod is the basic building block of Kubernetesthe 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:
* Single or multiple containers per Pod with process isolation and volume sharing
* Pod status fields