1
0
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:
Alena Prokharchyk
2017-12-04 11:38:28 -08:00
committed by GitHub

View File

@@ -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
}