https://github.com/cilium/cilium
Raw File
Tip revision: 7711006fb838f5e2934af6551f00db2aa61ece48 authored by Ian Vernon on 18 December 2018, 21:43:34 UTC
Prepare for v1.3.1
Tip revision: 7711006
issue_template.md
<!--

If you have usage questions, please try the [slack
channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU)
first.

Choose either "Proposal" or "Bug report"

-->

## Proposal / RFE

**Is your feature request related to a problem?**

**Describe the solution you'd like**

## Bug report

<!--

Important: For security related issues: We strongly encourage you to report
security vulnerabilities to our private security mailing list:
security@cilium.io - first, before disclosing them in any public forums.

-->

**General Information**

- Cilium version (run `cilium version`)
- Kernel version (run `uname -a`)
- Orchestration system version in use (e.g. `kubectl version`, Mesos, ...)
- Link to relevant artifacts (policies, deployments scripts, ...)
- Upload a system dump (run `curl -sLO
releases.cilium.io/tools/cluster-diagnosis.zip &&
python cluster-diagnosis.zip sysdump` and then attach the generated zip file)

**How to reproduce the issue**

1. instruction 1
2. instruction 2
back to top