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
The Kubelet populates this with `runtime.GOOS` as defined by Go. This can be handy if you are mixing operating systems in your cluster (for example: mixing Linux and Windows nodes).
121
+
For nodes, the kubelet populates this with `runtime.GOOS` as defined by Go. This can be handy if you are
122
+
mixing operating systems in your cluster (for example: mixing Linux and Windows nodes).
123
+
124
+
You can also set this label on a Pod. Kubernetes allows you to set any value for this label;
125
+
if you use this label, you should nevertheless set it to the Go `runtime.GOOS` string for the operating
126
+
system that this Pod actually works with.
122
127
123
128
When the `kubernetes.io/os` label value for a Pod does not match the label value on a Node,
124
129
the kubelet on the node will not admit the Pod. However, this is not taken into account by
0 commit comments