mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Use current info in bug template
The binary, deployment, and namespace have yet to change for most users, so make sure the bug template has the correct information when filing. Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -58,11 +58,11 @@ about: Tell us about a problem you are experiencing
|
||||
**The output of the following commands will help us better understand what's going on**:
|
||||
(Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.)
|
||||
|
||||
* ` + "`kubectl logs deployment/velero -n velero`" + `
|
||||
* ` + "`velero backup describe <backupname>` or `kubectl get backup/<backupname> -n velero -o yaml`" + `
|
||||
* ` + "`velero backup logs <backupname>`" + `
|
||||
* ` + "`velero restore describe <restorename>` or `kubectl get restore/<restorename> -n velero -o yaml`" + `
|
||||
* ` + "`velero restore logs <restorename>`" + `
|
||||
* ` + "`kubectl logs deployment/ark -n heptio-ark`" + `
|
||||
* ` + "`ark backup describe <backupname>` or `kubectl get backup/<backupname> -n heptio-ark -o yaml`" + `
|
||||
* ` + "`ark backup logs <backupname>`" + `
|
||||
* ` + "`ark restore describe <restorename>` or `kubectl get restore/<restorename> -n heptio-ark -o yaml`" + `
|
||||
* ` + "`ark restore logs <restorename>`" + `
|
||||
|
||||
|
||||
**Anything else you would like to add:**
|
||||
|
||||
Reference in New Issue
Block a user