From f3850210aacd6a3dc5eb4281ee28949cde4c1f14 Mon Sep 17 00:00:00 2001 From: Monica <51718649+seemonicago@users.noreply.github.com> Date: Thu, 13 Jun 2019 10:30:36 -0700 Subject: [PATCH] Discontinue use of excerpt separators in blog posts. (#1578) Signed-off-by: Monica rodriguezmo@vmware.com --- ...ource-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md | 6 +++--- site/_posts/2019-05-20-velero-1.0-has-arrived.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md b/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md index 470ce74b9..820a50e97 100644 --- a/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md +++ b/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md @@ -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: +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. 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, we’ve 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 you’re 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: _ \ No newline at end of file +_Previously posted at: _ diff --git a/site/_posts/2019-05-20-velero-1.0-has-arrived.md b/site/_posts/2019-05-20-velero-1.0-has-arrived.md index 1a6a4a270..1755e08f6 100644 --- a/site/_posts/2019-05-20-velero-1.0-has-arrived.md +++ b/site/_posts/2019-05-20-velero-1.0-has-arrived.md @@ -1,14 +1,14 @@ --- title: Velero 1.0 Has Arrived: Delivering Enhanced Stability, Usability and Extensibility Features # image: https://placehold.it/200x200 -excerpt_separator: +excerpt: Just three months after the release of Velero 0.11, the community’s 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 community’s 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. +Just three months after the release of Velero 0.11, the community’s 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.