commit
03b8f5397f
|
@ -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 <backupname>` or `kubectl get backup/<backupname> -n heptio-ark -o yaml`
|
||||
* `ark backup logs <backupname>`
|
||||
* `ark restore describe <restorename>` or `kubectl get restore/<restorename> -n heptio-ark -o yaml`
|
||||
* `ark restore logs <restorename>`
|
||||
* `kubectl logs deployment/velero -n velero`
|
||||
* `velero backup describe <backupname>` or `kubectl get backup/<backupname> -n velero -o yaml`
|
||||
* `velero backup logs <backupname>`
|
||||
* `velero restore describe <restorename>` or `kubectl get restore/<restorename> -n velero -o yaml`
|
||||
* `velero restore logs <restorename>`
|
||||
|
||||
|
||||
**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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
||||
## 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.
|
||||
|
|
|
@ -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 <backupname>` or `kubectl get backup/<backupname> -n heptio-ark -o yaml`" + `
|
||||
* ` + "`ark backup logs <backupname>`" + `
|
||||
* ` + "`ark restore describe <restorename>` or `kubectl get restore/<restorename> -n heptio-ark -o yaml`" + `
|
||||
* ` + "`ark restore logs <restorename>`" + `
|
||||
* ` + "`kubectl logs deployment/velero -n velero`" + `
|
||||
* ` + "`velero backup describe <backupname>` or `kubectl get backup/<backupname> -n velero -o yaml`" + `
|
||||
* ` + "`velero backup logs <backupname>`" + `
|
||||
* ` + "`velero restore describe <restorename>` or `kubectl get restore/<restorename> -n velero -o yaml`" + `
|
||||
* ` + "`velero restore logs <restorename>`" + `
|
||||
|
||||
|
||||
**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}}
|
||||
` + "```" + `
|
||||
|
|
Loading…
Reference in New Issue