Merge pull request #1203 from skriss/v0.11-changes

v0.11 changes
pull/1244/head
KubeKween 2019-02-28 07:01:23 -08:00 committed by GitHub
commit 03b8f5397f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 18 deletions

View File

@ -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**: **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.) (Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.)
* `kubectl logs deployment/ark -n heptio-ark` * `kubectl logs deployment/velero -n velero`
* `ark backup describe <backupname>` or `kubectl get backup/<backupname> -n heptio-ark -o yaml` * `velero backup describe <backupname>` or `kubectl get backup/<backupname> -n velero -o yaml`
* `ark backup logs <backupname>` * `velero backup logs <backupname>`
* `ark restore describe <restorename>` or `kubectl get restore/<restorename> -n heptio-ark -o yaml` * `velero restore describe <restorename>` or `kubectl get restore/<restorename> -n velero -o yaml`
* `ark restore logs <restorename>` * `velero restore logs <restorename>`
**Anything else you would like to add:** **Anything else you would like to add:**
@ -27,7 +27,7 @@ about: Tell us about a problem you are experiencing
**Environment:** **Environment:**
- Velero version (use `ark version`): - Velero version (use `velero version`):
- Kubernetes version (use `kubectl version`): - Kubernetes version (use `kubectl version`):
- Kubernetes installer & version: - Kubernetes installer & version:
- Cloud provider or hardware configuration: - Cloud provider or hardware configuration:

View File

@ -14,7 +14,7 @@ about: Suggest an idea for this project
**Environment:** **Environment:**
- Velero version (use `ark version`): - Velero version (use `velero version`):
- Kubernetes version (use `kubectl version`): - Kubernetes version (use `kubectl version`):
- Kubernetes installer & version: - Kubernetes installer & version:
- Cloud provider or hardware configuration: - Cloud provider or hardware configuration:

View File

@ -2,13 +2,9 @@
[![Build Status][1]][2] <a href="https://zenhub.com"><img src="https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png"></a> [![Build Status][1]][2] <a href="https://zenhub.com"><img src="https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png"></a>
## 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 ## 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. * Take backups of your cluster and restore in case of loss.
* Copy cluster resources to other clusters. * Copy cluster resources to other clusters.

View File

@ -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**: **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.) (Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.)
* ` + "`kubectl logs deployment/ark -n heptio-ark`" + ` * ` + "`kubectl logs deployment/velero -n velero`" + `
* ` + "`ark backup describe <backupname>` or `kubectl get backup/<backupname> -n heptio-ark -o yaml`" + ` * ` + "`velero backup describe <backupname>` or `kubectl get backup/<backupname> -n velero -o yaml`" + `
* ` + "`ark backup logs <backupname>`" + ` * ` + "`velero backup logs <backupname>`" + `
* ` + "`ark restore describe <restorename>` or `kubectl get restore/<restorename> -n heptio-ark -o yaml`" + ` * ` + "`velero restore describe <restorename>` or `kubectl get restore/<restorename> -n velero -o yaml`" + `
* ` + "`ark restore logs <restorename>`" + ` * ` + "`velero restore logs <restorename>`" + `
**Anything else you would like to add:** **Anything else you would like to add:**
@ -71,7 +71,7 @@ about: Tell us about a problem you are experiencing
**Environment:** **Environment:**
- Velero version (use ` + "`ark version`" + `):{{.VeleroVersion}} {{.GitCommit}} - Velero version (use ` + "`velero version`" + `):{{.VeleroVersion}} {{.GitCommit}}
- Kubernetes version (use ` + "`kubectl version`" + `): - Kubernetes version (use ` + "`kubectl version`" + `):
{{- if .KubectlVersion}} {{- if .KubectlVersion}}
` + "```" + ` ` + "```" + `