mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 22:12:14 +11:00
29 lines
603 B
Markdown
29 lines
603 B
Markdown
---
|
|
name: 🐞 Bug Report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Environment
|
|
<!-- K3s version can be checked by `k3s --version` command. -->
|
|
|
|
- OS: CentOS X.Y, RHEL X.Y, Ubuntu X.Y, Debian X.Y, ...
|
|
- Kubernetes/K3s: X.Y.Z
|
|
- AWX Operator: X.Y.Z
|
|
|
|
## Description
|
|
<!-- Describe the problem here. -->
|
|
<!-- It would be helpful if you could paste the logs and/or command output. -->
|
|
|
|
Blah blah blah ...
|
|
|
|
## Step to Reproduce
|
|
<!-- Describe the steps to reproduce the problem or the operation you performed. -->
|
|
|
|
1. Deploy ...
|
|
2. Invoke `kubectl ...`
|
|
3. ...
|
|
4. ...
|