You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`.spec.os.name` should be set to `windows` to indicate that the current Pod uses Windows containers.
89
-
`IdentifyPodOS` feature gate needs to be enabled for this field to be recognized and used by control plane
90
-
components and kubelet.
91
-
{{< note >}}
92
-
If the `IdentifyPodOS` feature gate is enabled and you set the `.spec.os.name` field to `windows`, you must not set the following fields in the `.spec` of that Pod:
Note: In this table, wildcards (*) indicate all elements in a list. For example, spec.containers[*].securityContext refers to the Security Context object for all defined containers. If not, Pod API validation would fail causing admission failures.
115
-
{{< /note >}}
87
+
88
+
The `.spec.os.name` field should be set to `windows` to indicate that the current Pod uses Windows containers.
89
+
The `IdentifyPodOS` feature gate needs to be enabled for this field to be recognized and used by control plane
90
+
components and kubelet.
91
+
92
+
{{< note >}}
93
+
Starting from 1.24, the `IdentifyPodOS` feature gate is in Beta stage and defaults to be enabled.
94
+
{{< /note >}}
95
+
96
+
If the `IdentifyPodOS` feature gate is enabled and you set the `.spec.os.name` field to `windows`,
97
+
you must not set the following fields in the `.spec` of that Pod:
0 commit comments