diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b462d8534..26802cfe0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,11 +14,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 ` or `kubectl get backup/ -n velero -o yaml` -* `velero backup logs ` -* `velero restore describe ` or `kubectl get restore/ -n velero -o yaml` -* `velero restore logs ` +* `kubectl logs deployment/ark -n heptio-ark` +* `ark backup describe ` or `kubectl get backup/ -n heptio-ark -o yaml` +* `ark backup logs ` +* `ark restore describe ` or `kubectl get restore/ -n heptio-ark -o yaml` +* `ark restore logs ` **Anything else you would like to add:** diff --git a/pkg/cmd/cli/bug/bug.go b/pkg/cmd/cli/bug/bug.go index cf5304510..e9f4f9310 100644 --- a/pkg/cmd/cli/bug/bug.go +++ b/pkg/cmd/cli/bug/bug.go @@ -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 ` or `kubectl get backup/ -n velero -o yaml`" + ` -* ` + "`velero backup logs `" + ` -* ` + "`velero restore describe ` or `kubectl get restore/ -n velero -o yaml`" + ` -* ` + "`velero restore logs `" + ` +* ` + "`kubectl logs deployment/ark -n heptio-ark`" + ` +* ` + "`ark backup describe ` or `kubectl get backup/ -n heptio-ark -o yaml`" + ` +* ` + "`ark backup logs `" + ` +* ` + "`ark restore describe ` or `kubectl get restore/ -n heptio-ark -o yaml`" + ` +* ` + "`ark restore logs `" + ` **Anything else you would like to add:**