From 35813cde65a93cdaa6ba363070e91445ec155703 Mon Sep 17 00:00:00 2001 From: Sean Wei Date: Tue, 9 Aug 2022 20:39:00 +0800 Subject: [PATCH] Fix IsSet warning for Hugo build --- .../production-environment/tools/kubeadm/install-kubeadm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md index e5ab08a470..81df6a5dc9 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md @@ -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` |