mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Update docs to state Kubernetes v1.12 is needed (#3787)
* Update docs to state Kubernetes v1.12 is needed Closes: #2856 Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix spacing on basic-install.md Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -8,7 +8,7 @@ Refer [this document](customize-installation.md) to customize your installation.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Access to a Kubernetes cluster, v1.10 or later, with DNS and container networking enabled.
|
||||
- Access to a Kubernetes cluster, v1.12 or later, with DNS and container networking enabled.
|
||||
- `kubectl` installed locally
|
||||
|
||||
Velero uses object storage to store backups and associated artifacts. It also optionally integrates with supported block storage systems to snapshot your persistent volumes. Before beginning the installation process, you should identify the object storage provider and optional block storage provider(s) you'll be using from the list of [compatible providers][0].
|
||||
@@ -70,4 +70,4 @@ Please refer to [this part of the documentation][5].
|
||||
[2]: on-premises.md
|
||||
[3]: overview-plugins.md
|
||||
[4]: customize-installation.md#install-an-additional-volume-snapshot-provider
|
||||
[5]: customize-installation.md#optional-velero-cli-configurations
|
||||
[5]: customize-installation.md#optional-velero-cli-configurations
|
||||
@@ -11,7 +11,7 @@ You can deploy Velero on Tencent [TKE](https://cloud.tencent.com/document/produc
|
||||
|
||||
- Registered [Tencent Cloud Account](https://cloud.tencent.com/register).
|
||||
- [Tencent Cloud COS](https://console.cloud.tencent.com/cos) service, referred to as COS, has been launched
|
||||
- A Kubernetes cluster has been created, cluster version v1.10 or later, and the cluster can use DNS and Internet services normally. If you need to create a TKE cluster, refer to the Tencent [create a cluster](https://cloud.tencent.com/document/product/457/32189) documentation.
|
||||
- A Kubernetes cluster has been created, cluster version v1.12 or later, and the cluster can use DNS and Internet services normally. If you need to create a TKE cluster, refer to the Tencent [create a cluster](https://cloud.tencent.com/document/product/457/32189) documentation.
|
||||
|
||||
## Create a Tencent Cloud COS bucket
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ Maintainers are expected to participate in the community support rotation. We ha
|
||||
Maintainers for the Velero project are highly involved with the open source community. All the online community meetings for the project are listed in our [community](community) page.
|
||||
|
||||
## How do I become a maintainer?
|
||||
The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/main/GOVERNANCE.md#maintainers) is decided.
|
||||
The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/main/GOVERNANCE.md#maintainers) is decided.
|
||||
|
||||
@@ -27,4 +27,4 @@ Plugins the Velero core team is responsible include all those listed in [the Vel
|
||||
1. Copy and paste the content of the new changelog file into the release description field.
|
||||
|
||||
[1]: https://github.com/vmware-tanzu/velero/blob/c8dfd648bbe85db0184ea53296de4220895497e6/test/e2e/velero_utils.go#L27
|
||||
[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
|
||||
@@ -24,7 +24,7 @@ cross-volume-type data migrations.
|
||||
|
||||
- Understand how Velero performs [backups with the restic integration](#how-backup-and-restore-work-with-restic).
|
||||
- [Download][3] the latest Velero release.
|
||||
- Kubernetes v1.10.0 and later. Velero's restic integration requires the Kubernetes [MountPropagation feature][6], which is enabled by default in Kubernetes v1.10.0 and later.
|
||||
- Kubernetes v1.12.0 and later. Velero's restic integration requires the Kubernetes [MountPropagation feature][6], which is enabled by default in Kubernetes v1.12.0 and later.
|
||||
|
||||
### Install restic
|
||||
|
||||
@@ -526,3 +526,4 @@ To solve this, a controller was written by Thomann Bits&Beats: [velero-pvc-watch
|
||||
[8]: https://docs.microsoft.com/en-us/azure/aks/azure-files-dynamic-pv
|
||||
[9]: https://github.com/restic/restic/issues/1800
|
||||
[11]: customize-installation.md#default-pod-volume-backup-to-restic
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ files in this directory are gitignored so you may configure your setup according
|
||||
|
||||
## Prerequisites
|
||||
1. [Docker](https://docs.docker.com/install/) v19.03 or newer
|
||||
1. A Kubernetes cluster v1.10 or greater (does not have to be Kind)
|
||||
1. A Kubernetes cluster v1.12 or greater (does not have to be Kind)
|
||||
1. [Tilt](https://docs.tilt.dev/install.html) v0.12.0 or newer
|
||||
1. Clone the [Velero project](https://github.com/vmware-tanzu/velero) repository
|
||||
locally
|
||||
|
||||
@@ -8,7 +8,7 @@ Refer [this document](customize-installation.md) to customize your installation.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Access to a Kubernetes cluster, v1.10 or later, with DNS and container networking enabled.
|
||||
- Access to a Kubernetes cluster, v1.12 or later, with DNS and container networking enabled.
|
||||
- `kubectl` installed locally
|
||||
|
||||
Velero uses object storage to store backups and associated artifacts. It also optionally integrates with supported block storage systems to snapshot your persistent volumes. Before beginning the installation process, you should identify the object storage provider and optional block storage provider(s) you'll be using from the list of [compatible providers][0].
|
||||
|
||||
@@ -11,7 +11,7 @@ You can deploy Velero on Tencent [TKE](https://cloud.tencent.com/document/produc
|
||||
|
||||
- Registered [Tencent Cloud Account](https://cloud.tencent.com/register).
|
||||
- [Tencent Cloud COS](https://console.cloud.tencent.com/cos) service, referred to as COS, has been launched
|
||||
- A Kubernetes cluster has been created, cluster version v1.10 or later, and the cluster can use DNS and Internet services normally. If you need to create a TKE cluster, refer to the Tencent [create a cluster](https://cloud.tencent.com/document/product/457/32189) documentation.
|
||||
- A Kubernetes cluster has been created, cluster version v1.12 or later, and the cluster can use DNS and Internet services normally. If you need to create a TKE cluster, refer to the Tencent [create a cluster](https://cloud.tencent.com/document/product/457/32189) documentation.
|
||||
|
||||
## Create a Tencent Cloud COS bucket
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ Maintainers are expected to participate in the community support rotation. We ha
|
||||
Maintainers for the Velero project are highly involved with the open source community. All the online community meetings for the project are listed in our [community](community) page.
|
||||
|
||||
## How do I become a maintainer?
|
||||
The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/v1.6.0/GOVERNANCE.md#maintainers) is decided.
|
||||
The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/v1.6.0/GOVERNANCE.md#maintainers) is decided.
|
||||
|
||||
@@ -27,4 +27,4 @@ Plugins the Velero core team is responsible include all those listed in [the Vel
|
||||
1. Copy and paste the content of the new changelog file into the release description field.
|
||||
|
||||
[1]: https://github.com/vmware-tanzu/velero/blob/c8dfd648bbe85db0184ea53296de4220895497e6/test/e2e/velero_utils.go#L27
|
||||
[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
|
||||
@@ -132,4 +132,4 @@ What to include:
|
||||
|
||||
[1]: https://velero.io/blog
|
||||
[2]: website-guidelines.md
|
||||
[3]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
[3]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e
|
||||
|
||||
@@ -24,7 +24,7 @@ cross-volume-type data migrations.
|
||||
|
||||
- Understand how Velero performs [backups with the restic integration](#how-backup-and-restore-work-with-restic).
|
||||
- [Download][3] the latest Velero release.
|
||||
- Kubernetes v1.10.0 and later. Velero's restic integration requires the Kubernetes [MountPropagation feature][6], which is enabled by default in Kubernetes v1.10.0 and later.
|
||||
- Kubernetes v1.12.0 and later. Velero's restic integration requires the Kubernetes [MountPropagation feature][6], which is enabled by default in Kubernetes v1.12.0 and later.
|
||||
|
||||
### Install restic
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ files in this directory are gitignored so you may configure your setup according
|
||||
|
||||
## Prerequisites
|
||||
1. [Docker](https://docs.docker.com/install/) v19.03 or newer
|
||||
1. A Kubernetes cluster v1.10 or greater (does not have to be Kind)
|
||||
1. A Kubernetes cluster v1.12 or greater (does not have to be Kind)
|
||||
1. [Tilt](https://docs.tilt.dev/install.html) v0.12.0 or newer
|
||||
1. Clone the [Velero project](https://github.com/vmware-tanzu/velero) repository
|
||||
locally
|
||||
|
||||
Reference in New Issue
Block a user