mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
refactor: change temp kubeconfig to ~/.kubevpn/tmp
This commit is contained in:
@@ -333,9 +333,9 @@ func SshJump(ctx context.Context, conf *SshConfig, flags *pflag.FlagSet, print b
|
||||
return
|
||||
}
|
||||
if print {
|
||||
plog.G(ctx).Infof("Use temporary kubeconfig: %s", path)
|
||||
plog.G(ctx).Infof("Use temp kubeconfig: %s", path)
|
||||
} else {
|
||||
plog.G(ctx).Debugf("Use temporary kubeconfig: %s", path)
|
||||
plog.G(ctx).Debugf("Use temp kubeconfig: %s", path)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user