mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
* chore: add golint to pre-commit Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: move legacy docs Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: ran pre-commit Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: fix goreleaser regexps Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
42 lines
865 B
Markdown
42 lines
865 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve Capsule
|
|
title: ''
|
|
labels: blocked-needs-validation, bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
Thanks for taking time reporting a Capsule bug!
|
|
|
|
-->
|
|
|
|
# Bug description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
# How to reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Provide the Capsule Tenant YAML definitions
|
|
2. Provide all managed Kubernetes resources
|
|
|
|
# Expected behavior
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
# Logs
|
|
|
|
If applicable, please provide logs of `capsule`.
|
|
|
|
In a standard stand-alone installation of Capsule,
|
|
you'd get this by running `kubectl -n capsule-system logs deploy/capsule-controller-manager`.
|
|
|
|
# Additional context
|
|
|
|
- Capsule version: (`capsule --version`)
|
|
- Helm Chart version: (`helm list -n capsule-system`)
|
|
- Kubernetes version: (`kubectl version`)
|