Discontinue use of excerpt separators in blog posts. (#1578)

Signed-off-by: Monica rodriguezmo@vmware.com
This commit is contained in:
Monica
2019-06-13 10:30:36 -07:00
committed by KubeKween
parent 6513e8f30e
commit f3850210aa
2 changed files with 5 additions and 5 deletions
@@ -1,14 +1,14 @@
---
title: Velero is an Open Source Tool to Back up and Migrate Kubernetes Clusters
# image: https://placehold.it/200x200
excerpt_separator: <!--more-->
excerpt: Velero is an open source tool to safely back up, recover, and migrate Kubernetes clusters and persistent volumes. It works both on premises and in a public cloud.
author_name: Velero Team
# author_avatar: https://placehold.it/64x64
categories: ['kubernetes']
# Tag should match author to drive author pages
tags: ['Velero Team']
---
Velero is an open source tool to safely back up, recover, and migrate Kubernetes clusters and persistent volumes. It works both on premises and in a public cloud.<!--more--> Velero consists of a server process running as a deployment in your Kubernetes cluster and a command-line interface (CLI) with which DevOps teams and platform operators configure scheduled backups, trigger ad-hoc backups, perform restores, and more.
Velero is an open source tool to safely back up, recover, and migrate Kubernetes clusters and persistent volumes. It works both on premises and in a public cloud. Velero consists of a server process running as a deployment in your Kubernetes cluster and a command-line interface (CLI) with which DevOps teams and platform operators configure scheduled backups, trigger ad-hoc backups, perform restores, and more.
## What Makes Velero Stand Out?
Unlike other tools which directly access the Kubernetes etcd database to perform backups and restores, Velero uses the Kubernetes API to capture the state of cluster resources and to restore them when necessary. This API-driven approach has a number of key benefits:
@@ -30,4 +30,4 @@ Since Velero was initially released in August 2017, weve had nearly 70 contri
We are continuing to work towards Velero 1.0 and would love your help working on the items in our roadmap. If youre interested in contributing, we have a number of GitHub issues labeled as [Good First Issue](https://github.com/heptio/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22) and [Help Wanted](https://github.com/heptio/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22), including items related to Prometheus metrics, the CLI UX, improved documentation, and more. We are more than happy to work with new and existing contributors alike.
_Previously posted at: <https://blogs.vmware.com/cloudnative/2019/02/28/velero-v0-11-delivers-an-open-source-tool-to-back-up-and-migrate-kubernetes-clusters/>_
_Previously posted at: <https://blogs.vmware.com/cloudnative/2019/02/28/velero-v0-11-delivers-an-open-source-tool-to-back-up-and-migrate-kubernetes-clusters/>_
@@ -1,14 +1,14 @@
---
title: Velero 1.0 Has Arrived&#58; Delivering Enhanced Stability, Usability and Extensibility Features
# image: https://placehold.it/200x200
excerpt_separator: <!--more-->
excerpt: Just three months after the release of Velero 0.11, the communitys momentum continues with the delivery of the landmark version 1.0 release.
author_name: Tom Spoonemore
# author_avatar: https://placehold.it/64x64
categories: ['velero','release']
# Tag should match author to drive author pages
tags: ['Velero Team', 'Tom Spoonemore']
---
Just three months after the release of Velero 0.11, the communitys momentum continues with the delivery of the landmark version 1.0 release. <!--more--> This significant release improves the installation experience, Helm support, the plugin system, and overall stability. We want to thank the community and the team, and acknowledge all of their hard work and amazing contributions to this major milestone.
Just three months after the release of Velero 0.11, the communitys momentum continues with the delivery of the landmark version 1.0 release. This significant release improves the installation experience, Helm support, the plugin system, and overall stability. We want to thank the community and the team, and acknowledge all of their hard work and amazing contributions to this major milestone.
Data protection is always a chief concern for application owners who want to make sure that they can restore a cluster to a known good state, recover from a crashed cluster, or migrate to a new environment. With Velero 1.0, Kubernetes cluster administrators can feel confident that they have a production-grade backup solution for their cluster resources and applications.