From 0df30c1e8907f6937bca0d00af2d26f9a8b3d99c Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 11 Feb 2019 12:40:53 -0700 Subject: [PATCH 1/2] ark->velero in issue templates & bug cmd Signed-off-by: Steve Kriss --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ .../ISSUE_TEMPLATE/feature-enhancement-request.md | 2 +- pkg/cmd/cli/bug/bug.go | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) 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}} ` + "```" + ` From 551aaa646d51fbf6051891d9a10efeeb50a27377 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 11 Feb 2019 12:46:21 -0700 Subject: [PATCH 2/2] remove note about rename being WIP, mention former name Signed-off-by: Steve Kriss --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 999f5b0fe..7d23d2e09 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,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.