Update kmesh_deploy_and_develop_in_kind.md#904
Conversation
| ./kmeshctl log $kmesh_pod_name --set default:debug | ||
| ``` | ||
|
|
||
| `make build` will generate kmeshctl in the kmesh directory. |
There was a problem hiding this comment.
After v0.5.0 release, kmeshctl will be included in the release tarball, and we could use it directly without compiling it on site.
There was a problem hiding this comment.
I have removed it.
|
|
||
| ```shell | ||
| kubectl exec -it $kmesh_pod_name -n kmesh-system -- kmesh-daemon log --set default:debug | ||
| ./kmeshctl log $kmesh_pod_name --set default:debug |
There was a problem hiding this comment.
| ./kmeshctl log $kmesh_pod_name --set default:debug | |
| kmeshctl log $kmesh_pod_name --set default:debug |
| Specially, for bpf logs: | ||
| ```shell | ||
| kubectl exec -it $kmesh_pod_name -n kmesh-system -- kmesh-daemon log --set bpf:debug | ||
| ./kmeshctl log $kmesh_pod_name --set bpf:debug |
| ./kmeshctl log $kmesh_pod_name --set default:debug | ||
| ``` | ||
|
|
||
|
@derekwin you should sign-off your every commits to pass |
9fffc1e to
ac06104
Compare
Signed-off-by: derekwin <jacelau@outlook.com>
ac06104 to
ab51e5d
Compare
ok |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: YaoZengzeng The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation