Skip to content

Commit 8dea862

Browse files
authored
Merge pull request #35813 from Sea-n/fix-hugo-table-en
Clear some IsSet warnings for Hugo build
2 parents db8ca26 + 35813cd commit 8dea862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The tables below include the known endpoints for supported operating systems:
8989
{{< tabs name="container_runtime" >}}
9090
{{% tab name="Linux" %}}
9191

92-
{{< table >}}
92+
{{< table caption="Linux container runtimes" >}}
9393
| Runtime | Path to Unix domain socket |
9494
|------------------------------------|----------------------------------------------|
9595
| containerd | `unix:///var/run/containerd/containerd.sock` |
@@ -101,7 +101,7 @@ The tables below include the known endpoints for supported operating systems:
101101

102102
{{% tab name="Windows" %}}
103103

104-
{{< table >}}
104+
{{< table caption="Windows container runtimes" >}}
105105
| Runtime | Path to Windows named pipe |
106106
|------------------------------------|----------------------------------------------|
107107
| containerd | `npipe:////./pipe/containerd-containerd` |

0 commit comments

Comments
 (0)