meshery: [mesheryctl] `system start --reset` does not reset the meshconfig before starting Meshery
See mesheryctl Command Tracker for current status of commands.
Current Behavior
mesheryctl system start --reset
does not reset the meshconfig file for Kubernetes and resets the meshconfig after starting Meshery in Docker(which will fail if the user had modified the meshconfig).
Desired Behavior
mesheryctl system start --reset
should first reset the meshconfig file and then restart Meshery for both the platforms.
Contributor Resources
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 22 (21 by maintainers)
Yes. Any change in the meshconfig would be replaced by the
--reset
flag. Basically this would involve invoking thereset
function frommesheryctl system reset
.Update: I am done with local meshery setup. Now I will start working on it.
Thanks for stepping up, @amitech 💪
here you go @amitech !