mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 14:36:32 +00:00
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