From 047d0a036d81f8dcb3739c36935ed18624d2414e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Fri, 6 Aug 2021 17:30:49 +0200 Subject: [PATCH] docs: regenerate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucas Servén Marín --- docs/kg.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/kg.md b/docs/kg.md index 422139e..8af69b6 100644 --- a/docs/kg.md +++ b/docs/kg.md @@ -32,6 +32,7 @@ Usage of bin//linux/amd64/kg: --log-level string Log level to use. Possible values: all, debug, info, warn, error, none (default "info") --master string The address of the Kubernetes API server (overrides any value in kubeconfig). --mesh-granularity string The granularity of the network mesh to create. Possible values: location, full (default "location") + --mtu uint The MTU of the WireGuard interface created by Kilo. (default 1420) --port uint The port over which WireGuard peers should communicate. (default 51820) --resync-period duration How often should the Kilo controllers reconcile? (default 30s) --subnet string CIDR from which to allocate addresses for WireGuard interfaces. (default "10.4.0.0/16")