Skip to content
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

Support update or query configuration of the EaseMesh controller via emctl #65

Closed
zhao-kun opened this issue Aug 21, 2021 · 0 comments · Fixed by #71
Closed

Support update or query configuration of the EaseMesh controller via emctl #65

zhao-kun opened this issue Aug 21, 2021 · 0 comments · Fixed by #71
Assignees

Comments

@zhao-kun
Copy link
Contributor

Usage

Using the following command to update the configuration of the EaseMesh controller,

emectl apply -f mesh-controller.yaml

Using the following command to query the configuration of the EaseMesh controller,

emctl get mesh-controller <name> [-o yaml/json] #mesh controller has and only has one, the name value can be omitted.

Needn't support delete/create command.

Specification

apiVersion: mesh.megaease.com/v1alpha1
kind: MeshController
metadata:
  name: mesh-controller # mesh controller has and only has one, the name value can be omitted.
spec:
  heartbeatInterval: 5s
  ingressPort: 19527
  kind: MeshController
  name: easemesh-controller
  registryType: consul
@zhao-kun zhao-kun changed the title Support update configuration of the EaseMesh controller via emctl Support update or query configuration of the EaseMesh controller via emctl Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants