diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 26802cfe0..2d398fbee 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/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 ` +* `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 ` **Anything else you would like to add:** @@ -27,7 +27,7 @@ about: Tell us about a problem you are experiencing **Environment:** -- Velero version (use `ark version`): +- Velero version (use `velero version`): - Kubernetes version (use `kubectl version`): - Kubernetes installer & version: - Cloud provider or hardware configuration: diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement-request.md b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md index 235729fb4..378ff0763 100644 --- a/.github/ISSUE_TEMPLATE/feature-enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md @@ -14,7 +14,7 @@ about: Suggest an idea for this project **Environment:** -- Velero version (use `ark version`): +- Velero version (use `velero version`): - Kubernetes version (use `kubectl version`): - Kubernetes installer & version: - Cloud provider or hardware configuration: diff --git a/pkg/cmd/cli/bug/bug.go b/pkg/cmd/cli/bug/bug.go index e9f4f9310..a4393f7ce 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/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 `" + ` +* ` + "`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 `" + ` **Anything else you would like to add:** @@ -71,7 +71,7 @@ about: Tell us about a problem you are experiencing **Environment:** -- Velero version (use ` + "`ark version`" + `):{{.VeleroVersion}} {{.GitCommit}} +- Velero version (use ` + "`velero version`" + `):{{.VeleroVersion}} {{.GitCommit}} - Kubernetes version (use ` + "`kubectl version`" + `): {{- if .KubectlVersion}} ` + "```" + `