mirror of https://github.com/kubernetes/kops.git
Add markdown code block to bug report GH issue template
This commit is contained in:
parent
d61ab29b65
commit
3971708a4c
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
**1. What `kops` version are you running? The command `kops version`, will display
|
||||
|
|
@ -23,6 +22,9 @@ about: Create a report to help us improve
|
|||
`kops get --name my.example.com -o yaml` to display your cluster manifest.
|
||||
You may want to remove your cluster name and other sensitive information.**
|
||||
|
||||
```yaml
|
||||
```
|
||||
|
||||
**8. Please run the commands with most verbose logging by adding the `-v 10` flag.
|
||||
Paste the logs into this report, or in a gist and provide the gist link here.**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue