Skip to content

Commit

Permalink
adding extra helper commands for logs from k3k
Browse files Browse the repository at this point in the history
  • Loading branch information
VestigeJ committed Feb 28, 2025
1 parent 44fc977 commit 8f47f06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ K3K Cluster Configuration:
<!-- A clear and concise description of what actually happened. -->

**Additional context / logs:**
<!-- Add any other context and/or logs about the problem here. -->
<!-- Add any other context and/or logs about the problem here. -->
<!-- kubectl logs -n k3k-system -l app.kubernetes.io/instance=k3k -->
<!-- $ kubectl logs -n <cluster-namespace> k3k-<cluster-name>-server-0 -->
<!-- $ kubectl logs -n <cluster-namespace> -l cluster=<cluster-name>,mode=shared # in shared mode -->

0 comments on commit 8f47f06

Please sign in to comment.