megaease / easemesh

A service mesh implementation for connecting, control, and observe services in spring-cloud.
https://megaease.com/easemesh
Apache License 2.0
507 stars 61 forks source link

Fix some problems of the emctl #56

Closed zhao-kun closed 3 years ago

zhao-kun commented 3 years ago

Fix some problems of the emctl:

  1. Not all sub-command need to load the .emctlrc file, change to lazy reading policy.
  2. MeshController could be enabled, (in the case that users reinstall mesh without clear PV/PVC resource), just ignore 409 status code when provisioning mesh controller configuration.
  3. Write the correct address to the .emctlrc file.
zhao-kun commented 3 years ago

Updated as comments