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/README.md b/README.md index 93e97f3df..601da27e9 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,9 @@ [![Build Status][1]][2] -## Heptio Ark is now Velero! - -#### We're working on our first Velero release and instructions for migrating your Ark deployments to Velero. Stay tuned! - ## Overview -Velero gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. Velero lets you: +Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. Velero lets you: * Take backups of your cluster and restore in case of loss. * Copy cluster resources to other clusters. 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}} ` + "```" + `