mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 01:44:28 +00:00
Merge pull request #98 from galal-hussein/log_saving_kubeconfig
Add information about saving local kubeconfig
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user