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

adding a new issue template for bug reports #258

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

VestigeJ
Copy link
Contributor

No description provided.

<!-- A clear and concise description of what actually happened. -->

**Additional context / logs:**
<!-- Add any other context and/or logs about the problem here. -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a hint on how to get the logs from k3k, I would say grabbing the k3k controller logs

kubectl logs -n k3k-system -l app.kubernetes.io/instance=k3k

and the k3k cluster logs, that includes server logs and in case of shared mode server logs plus k3k-kubelet logs

$ kubectl logs -n <cluster-namespace> k3k-<cluster-name>-server-0
$ kubectl logs -n <cluster-namespace> -l cluster=<cluster-name>,mode=shared # in shared mode

@enrichman
Copy link
Collaborator

enrichman commented Feb 25, 2025

What about using the GitHub form templates?

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

Probably most of the inputs are just textareas, but they will have a nice title and description, instead of the commented hints.

image

@VestigeJ
Copy link
Contributor Author

The form templates are nice but don't seem to really benefit very much the dropdown lists would be nice if they were dynamic but they're pretty static.

@galal-hussein galal-hussein merged commit 3e5e9c7 into rancher:main Mar 4, 2025
4 checks passed
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 this pull request may close these issues.

4 participants