Skip to content

Commit 84da6bb

Browse files
author
Tim Bannister
authored
Fix broken shortcode
1 parent 5206c7f commit 84da6bb

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You should set the `.spec.os.name` field to either `windows` or `linux` to indic
146146
which you want the pod to run. These two are the only operating systems supported for now by
147147
Kubernetes. In future, this list may be expanded.
148148

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
150150
effect on {{< glossary_tooltip text="scheduling" term_id="kube-scheduler" >}} of the pods.
151151
Setting the `.spec.os.name` helps to identify the pod OS
152152
authoratitively and is used for validation. The kubelet refuses to run a Pod where you have

0 commit comments

Comments
 (0)