@ -106,6 +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.StringVar(&s.KubeCaFile,"kube-ca-file",s.KubeCaFile,"the certificate authority file for the Kubernetes API server connection")