| title |
content_type |
_build |
stages |
removed |
| IdentifyPodOS |
feature_gate |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| alpha |
false |
1.23 |
1.23 |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| beta |
true |
1.24 |
1.24 |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| stable |
true |
1.25 |
1.26 |
|
|
true |
Allows the Pod OS field to be specified. This helps in identifying
the OS of the pod authoritatively during the API server admission time.
In Kubernetes {{< skew currentVersion >}}, the allowed values for the pod.spec.os.name
are windows and linux.