Skip to content

Commit

Permalink
test(manual): support bundle should include kubelet log for k3s
Browse files Browse the repository at this point in the history
ref: 7121

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Nov 20, 2023
1 parent 7a73a1e commit 6be418e
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Test Support Bundle Should Include Kubelet Log When On K3s Cluster
---

## Related issue
https://github.com/longhorn/longhorn/issues/7121

## Test

**Given** Longhorn installed on K3s cluster
**When** generated support-bundle
**Then** should have worker node kubelet logs in `k3s-agent-service.log`
**And** should have control-plan node kubelet log in `k3s-service.log` (if Longhorn is deployed on control-plan node)

0 comments on commit 6be418e

Please sign in to comment.