@ -110,7 +110,7 @@ func (s *EnvSettings) AddFlags(fs *pflag.FlagSet) {
fs.StringVar(&s.KubeAsUser,"kube-as-user",s.KubeAsUser,"Username to impersonate for the operation")
fs.StringArrayVar(&s.KubeAsGroups,"kube-as-group",s.KubeAsGroups,"Group to impersonate for the operation, this flag can be repeated to specify multiple groups.")
fs.StringVar(&s.KubeAPIServer,"kube-apiserver",s.KubeAPIServer,"the address and the port for the Kubernetes API server")
fs.BoolVar(&s.KubeInsecure,"kube-insecure-skip-tls-verify",s.KubeInsecure,"if true, the kubernetes apiserver's certificate will not be checked for validity. This will make your HTTPS connections insecure")
fs.BoolVar(&s.KubeInsecureSkipTLSVerify,"kube-insecure-skip-tls-verify",s.KubeInsecureSkipTLSVerify,"if true, the kubernetes apiserver's certificate will not be checked for validity. This will make your HTTPS connections insecure")