Go to file
Abigail McCarthy 37f8be093f
Update code standards to direct folks to create changelogs on release… (#4443)
* Update code standards to direct folks to create changelogs on release branches
* Fix wording

Signed-off-by: Abigail McCarthy <mabigail@vmware.com>
2021-12-16 23:54:11 +08:00
.github Merge pull request #4431 from reasonerjt/bump-up-go-1.17 2021-12-06 11:48:16 -05:00
assets
changelogs Fix statefulsets volumeClaimTemplates storageClassName after use Changing PV/PVC Storage Classes (#4375) 2021-12-16 14:50:56 +08:00
cmd
config Adds <backup-name>-itemsnapshots.gz file to backup (when provided). (#4429) 2021-12-13 14:47:50 -05:00
design Design doc for delete associated backup and restic repos when BSL is deleted (#4297) 2021-11-16 09:40:52 -08:00
examples
hack Bump up Go to 1.17 2021-12-06 20:16:24 +08:00
internal Consolidated code for resolving actions and plugins into ActionResolver (#4410) 2021-12-10 12:53:47 -05:00
pkg Fix statefulsets volumeClaimTemplates storageClassName after use Changing PV/PVC Storage Classes (#4375) 2021-12-16 14:50:56 +08:00
site Update code standards to direct folks to create changelogs on release… (#4443) 2021-12-16 23:54:11 +08:00
test/e2e Merge pull request #4440 from qiuming-best/upgrade-e2e-vsphere-plugin 2021-12-16 09:45:06 +08:00
third_party/kubernetes/pkg/kubectl/cmd
tilt-resources Correct the environment variable for azure credential file (#4313) 2021-11-03 12:47:49 -04:00
.dockerignore
.gitignore
.goreleaser.yml Build for darwin_arm64 (#4409) 2021-11-30 11:27:29 -05:00
ADOPTERS.md
CHANGELOG.md Generate 1.7 changelog 2021-09-07 23:03:12 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Bump up Go to 1.17 2021-12-06 20:16:24 +08:00
GOVERNANCE.md
LICENSE
MAINTAINERS.md Add daniel to contributor list 2021-10-26 15:13:09 +08:00
Makefile Build for darwin_arm64 (#4409) 2021-11-30 11:27:29 -05:00
README.md
ROADMAP.md Update 1.8 roadmap for Technical health 2021-10-13 09:09:37 +00:00
SECURITY.md
SUPPORT.md
Tiltfile Bump up Go to 1.17 2021-12-06 20:16:24 +08:00
go.mod Bump up Go to 1.17 2021-12-06 20:16:24 +08:00
go.sum Use logrusr instead of zap. 2021-11-17 18:10:37 +08:00
golangci.yaml
netlify.toml
restore-hooks_product-requirements.md

README.md

100

Build Status CII Best Practices

Overview

Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. You can run Velero with a public cloud platform or on-premises. Velero lets you:

  • Take backups of your cluster and restore in case of loss.
  • Migrate cluster resources to other clusters.
  • Replicate your production cluster to development and testing clusters.

Velero consists of:

  • A server that runs on your cluster
  • A command-line client that runs locally

Documentation

The documentation provides a getting started guide and information about building from source, architecture, extending Velero, and more.

Please use the version selector at the top of the site to ensure you are using the appropriate documentation for your version of Velero.

Troubleshooting

If you encounter issues, review the troubleshooting docs, file an issue, or talk to us on the #velero channel on the Kubernetes Slack server.

Contributing

If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our Start contributing documentation for guidance on how to setup Velero for development.

Changelog

See the list of releases to find out about feature changes.