-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance/system config eks/#2842/#165 #168
base: master
Are you sure you want to change the base?
Enhance/system config eks/#2842/#165 #168
Conversation
Signed-off-by: Sekiranda Hamza <[email protected]>
Signed-off-by: Sekiranda Hamza <[email protected]>
…gmail.com Signed-off-by: Sekiranda Hamza <[email protected]>
Hey @Zanda256 let's discuss this on the meshery dev call. |
Sure, I'm available. |
…@gmail.com Signed-off-by: Sekiranda Hamza <[email protected]>
if err != nil { | ||
return err | ||
} | ||
tmpArch := "tmp/meshery/config" + t + ".yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Zanda256
Please use the below path for storing the backup config files:
home, err := os.UserHomeDir()
if err != nil {
log.Warn("failed to get user home directory")
}
tmpArch = filepath.Join(home, ".meshery", "config"+t+".yaml")
Heads-up: there's a merge conflict here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I see... The PR has been left in the middle, that's why I've asked |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
bump... Can anyone provide some details on this PR? |
Yes sure. This pr is meant do make a function that eliminates depency of the |
@Althaf66 thoughts on this? |
Description
This PR fixes #165
Notes for Reviewers
Signed commits