Skip to content

Commit

Permalink
Update bug_template.md to use "cilium sysdump" command
Browse files Browse the repository at this point in the history
Python-based sysdump has been deprecated.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent authored and nebril committed Oct 29, 2021
1 parent 4973234 commit 3c73fd3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ security@cilium.io - first, before disclosing them in any public forums.
- Kernel version (run `uname -a`)
- Orchestration system version in use (e.g. `kubectl version`, ...)
- Link to relevant artifacts (policies, deployments scripts, ...)
- Generate and upload a system zip:
```
curl -sLO https://git.io/cilium-sysdump-latest.zip && python cilium-sysdump-latest.zip
```
- Generate and upload a sysdump:

- [Install Cilium CLI](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/#install-the-cilium-cli).
- Run `cilium sysdump` command:

```
cilium sysdump
```

**How to reproduce the issue**

Expand Down

0 comments on commit 3c73fd3

Please sign in to comment.