mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 11:36:27 +00:00
Add information about saving local kubeconfig
This commit is contained in:
parent
e93431d7e5
commit
123b10182b
@ -108,6 +108,7 @@ func DeployAdminConfig(kubeConfig, localConfigPath string) error {
|
||||
if err != nil {
|
||||
return fmt.Errorf("Failed to create local admin kubeconfig file: %v", err)
|
||||
}
|
||||
logrus.Infof("Successfully Deployed local admin kubeconfig at [%s]", localConfigPath)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user