github.phpd.cn/cilium/cilium@v1.6.12/.github/ISSUE_TEMPLATE/bug_template.md (about) 1 --- 2 name: Bug Report 3 about: Report a bug encountered while operating Cilium 4 title: '' 5 labels: '' 6 assignees: '' 7 8 --- 9 10 <!-- 11 12 If you have usage questions, please try the [slack 13 channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU) 14 first. 15 16 Choose either "Proposal" or "Bug report" 17 18 --> 19 20 ## Bug report 21 22 <!-- 23 24 Important: For security related issues: We strongly encourage you to report 25 security vulnerabilities to our private security mailing list: 26 security@cilium.io - first, before disclosing them in any public forums. 27 28 --> 29 30 **General Information** 31 32 - Cilium version (run `cilium version`) 33 - Kernel version (run `uname -a`) 34 - Orchestration system version in use (e.g. `kubectl version`, Mesos, ...) 35 - Link to relevant artifacts (policies, deployments scripts, ...) 36 - Upload a system dump (run `curl -sLO 37 https://github.com/cilium/cilium-sysdump/releases/latest/download/cilium-sysdump.zip && 38 python cilium-sysdump.zip` and then attach the generated zip file) 39 40 **How to reproduce the issue** 41 42 1. instruction 1 43 2. instruction 2