Merge pull request #35813 from Sea-n/fix-hugo-table-en

Clear some IsSet warnings for Hugo build
pull/35825/head
Kubernetes Prow Robot 2022-08-09 08:10:36 -07:00 committed by GitHub
commit 8dea86242f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ The tables below include the known endpoints for supported operating systems:
{{< tabs name="container_runtime" >}}
{{% tab name="Linux" %}}
{{< table >}}
{{< table caption="Linux container runtimes" >}}
| Runtime | Path to Unix domain socket |
|------------------------------------|----------------------------------------------|
| containerd | `unix:///var/run/containerd/containerd.sock` |
@ -101,7 +101,7 @@ The tables below include the known endpoints for supported operating systems:
{{% tab name="Windows" %}}
{{< table >}}
{{< table caption="Windows container runtimes" >}}
| Runtime | Path to Windows named pipe |
|------------------------------------|----------------------------------------------|
| containerd | `npipe:////./pipe/containerd-containerd` |