1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00

Add information about saving local kubeconfig

This commit is contained in:
galal-hussein 2017-12-04 20:49:18 +02:00
parent e93431d7e5
commit 123b10182b

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
}