Support bash's process substitution on kubeconfig flag (#1211)

mine
Takumasa Sakao 2021-08-06 08:31:20 +09:00 committed by GitHub
parent 0bc2e1764b
commit 274d841380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func initK9sFlags() {
}
func initK8sFlags() {
k8sFlags = genericclioptions.NewConfigFlags(false)
k8sFlags = genericclioptions.NewConfigFlags(true)
rootCmd.Flags().StringVar(
k8sFlags.KubeConfig,