File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ You should set the `.spec.os.name` field to either `windows` or `linux` to indic
146
146
which you want the pod to run. These two are the only operating systems supported for now by
147
147
Kubernetes. In future, this list may be expanded.
148
148
149
- In Kubernetes v{{ skew currentVersion}}, the value you set for this field has no
149
+ In Kubernetes v{{< skew currentVersion > }}, the value you set for this field has no
150
150
effect on {{< glossary_tooltip text="scheduling" term_id="kube-scheduler" >}} of the pods.
151
151
Setting the ` .spec.os.name ` helps to identify the pod OS
152
152
authoratitively and is used for validation. The kubelet refuses to run a Pod where you have
You can’t perform that action at this time.
0 commit comments