Support bash's process substitution on kubeconfig flag (#1211)
parent
0bc2e1764b
commit
274d841380
|
|
@ -192,7 +192,7 @@ func initK9sFlags() {
|
|||
}
|
||||
|
||||
func initK8sFlags() {
|
||||
k8sFlags = genericclioptions.NewConfigFlags(false)
|
||||
k8sFlags = genericclioptions.NewConfigFlags(true)
|
||||
|
||||
rootCmd.Flags().StringVar(
|
||||
k8sFlags.KubeConfig,
|
||||
|
|
|
|||
Loading…
Reference in New Issue