-
Notifications
You must be signed in to change notification settings - Fork 174
Kmesh cli tool #821
Copy link
Copy link
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
What would you like to be added:
Kmesh cli tool called kmeshctl, the commands initially included are as follows:
- kmeshctl install/uninstall: to install/uninstall Kmesh Make it easy to install a specific version of Kmesh #552
- kmeshctl config-dump: to dump config cache in Kmesh daemon implement
kmeshctl dump#889 - kmeshctl bpf: to output the underlying bpf config corresponding to the Kmesh daemon in a human-readable way "/debug/bpf/*" should output human-readable, real bpf information #820
- kmeshctl log: adjust Kmesh log level implement kmeshctl framework #865
- kmeshctl waypoint: to config waypoint for namespace/service/pods
- kmeshctl sync-status: whether underlying ebpf is synchronized with xds config
- kmeshctl version: show version of kmeshctl and Kmesh daemon support kmeshctl version sub command #898
to be added later on demand.
Why is this needed:
kmeshctl is a great tool to for users to install, configure, observe the running status of Kmesh and debug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request