mirror of https://github.com/easzlab/kubeasz.git
83 lines
2.0 KiB
YAML
83 lines
2.0 KiB
YAML
|
name: Bug Report 问题提交
|
||
|
description: Report a bug encountered while using kubeasz 项目使用问题提交
|
||
|
labels: kind/bug
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: problem
|
||
|
attributes:
|
||
|
label: What happened? 发生了什么问题?
|
||
|
description: |
|
||
|
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
|
||
|
操作命令,输出日志等,请尽可能提供详细信息,否则可能导致您的问题无法及时得到跟踪和解决。
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: expected
|
||
|
attributes:
|
||
|
label: What did you expect to happen? 期望的结果是什么?
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: repro
|
||
|
attributes:
|
||
|
label: How can we reproduce it (as minimally and precisely as possible)? 尽可能最小化、精确地描述如何复现问题
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: additional
|
||
|
attributes:
|
||
|
label: Anything else we need to know? 其他需要说明的情况
|
||
|
|
||
|
- type: textarea
|
||
|
id: kubeVersion
|
||
|
attributes:
|
||
|
label: Kubernetes version k8s 版本
|
||
|
value: |
|
||
|
<details>
|
||
|
|
||
|
</details>
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: kubeaszVersion
|
||
|
attributes:
|
||
|
label: Kubeasz version
|
||
|
value: |
|
||
|
<details>
|
||
|
|
||
|
</details>
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: osVersion
|
||
|
attributes:
|
||
|
label: OS version 操作系统版本
|
||
|
value: |
|
||
|
<details>
|
||
|
|
||
|
```console
|
||
|
# On Linux:
|
||
|
$ cat /etc/os-release
|
||
|
# paste output here
|
||
|
$ uname -a
|
||
|
# paste output here
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: plugins
|
||
|
attributes:
|
||
|
label: Related plugins (CNI, CSI, ...) and versions (if applicable) 其他网络插件等需要说明的情况
|
||
|
value: |
|
||
|
<details>
|
||
|
|
||
|
</details>
|