From d76f18c28ea80861e716c01a9ae72d40ebab3f21 Mon Sep 17 00:00:00 2001 From: Sergey Monakhov Date: Thu, 18 Feb 2021 09:04:09 +0300 Subject: [PATCH] updated description for worksInKubernetesCluster flag --- cmd/kg/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kg/main.go b/cmd/kg/main.go index abedf86..6f3e6e1 100644 --- a/cmd/kg/main.go +++ b/cmd/kg/main.go @@ -87,7 +87,7 @@ func Main() error { compatibility := flag.String("compatibility", "", fmt.Sprintf("Should Kilo run in compatibility mode? Possible values: %s", availableCompatibilities)) encapsulate := flag.String("encapsulate", string(encapsulation.Always), fmt.Sprintf("When should Kilo encapsulate packets within a location? Possible values: %s", availableEncapsulations)) granularity := flag.String("mesh-granularity", string(mesh.LogicalGranularity), fmt.Sprintf("The granularity of the network mesh to create. Possible values: %s", availableGranularities)) - worksInKubernetesCluster := flag.Bool("worksInKubernetesCluster", true, "Set to true if run kilo in Kubernetes cluster.") + worksInKubernetesCluster := flag.Bool("worksInKubernetesCluster", true, "Set to false if run kilo outside Kubernetes cluster.") kubeconfig := flag.String("kubeconfig", "", "Path to kubeconfig.") hostname := flag.String("hostname", "", "Hostname of the node on which this process is running.") iface := flag.String("interface", mesh.DefaultKiloInterface, "Name of the Kilo interface to use; if it does not exist, it will be created.")