From 56017587233539489c21d8693477cbd181ed921c Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Fri, 14 May 2021 22:12:02 -0400 Subject: [PATCH] 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 * Fix spacing on basic-install.md Signed-off-by: Nolan Brubaker --- site/content/docs/main/basic-install.md | 4 ++-- site/content/docs/main/contributions/tencent-config.md | 2 +- site/content/docs/main/maintainers.md | 2 +- site/content/docs/main/plugin-release-instructions.md | 2 +- site/content/docs/main/restic.md | 3 ++- site/content/docs/main/tilt.md | 2 +- site/content/docs/v1.6/basic-install.md | 2 +- site/content/docs/v1.6/contributions/tencent-config.md | 2 +- site/content/docs/v1.6/maintainers.md | 2 +- site/content/docs/v1.6/plugin-release-instructions.md | 2 +- site/content/docs/v1.6/release-instructions.md | 2 +- site/content/docs/v1.6/restic.md | 2 +- site/content/docs/v1.6/tilt.md | 2 +- 13 files changed, 15 insertions(+), 14 deletions(-) diff --git a/site/content/docs/main/basic-install.md b/site/content/docs/main/basic-install.md index 9f3349ef30..8e3bcd48bd 100644 --- a/site/content/docs/main/basic-install.md +++ b/site/content/docs/main/basic-install.md @@ -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 \ No newline at end of file diff --git a/site/content/docs/main/contributions/tencent-config.md b/site/content/docs/main/contributions/tencent-config.md index d60c7a5342..50edfce490 100644 --- a/site/content/docs/main/contributions/tencent-config.md +++ b/site/content/docs/main/contributions/tencent-config.md @@ -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 diff --git a/site/content/docs/main/maintainers.md b/site/content/docs/main/maintainers.md index 8f2d3ade0e..c3af51d8c3 100644 --- a/site/content/docs/main/maintainers.md +++ b/site/content/docs/main/maintainers.md @@ -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. \ No newline at end of file +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. diff --git a/site/content/docs/main/plugin-release-instructions.md b/site/content/docs/main/plugin-release-instructions.md index eb14eeef9d..4323d8c9ac 100644 --- a/site/content/docs/main/plugin-release-instructions.md +++ b/site/content/docs/main/plugin-release-instructions.md @@ -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 \ No newline at end of file +[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e diff --git a/site/content/docs/main/restic.md b/site/content/docs/main/restic.md index bba6a52a07..8873c1ff59 100644 --- a/site/content/docs/main/restic.md +++ b/site/content/docs/main/restic.md @@ -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 + diff --git a/site/content/docs/main/tilt.md b/site/content/docs/main/tilt.md index 1221b36b9e..42f68cfe43 100644 --- a/site/content/docs/main/tilt.md +++ b/site/content/docs/main/tilt.md @@ -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 diff --git a/site/content/docs/v1.6/basic-install.md b/site/content/docs/v1.6/basic-install.md index 9f3349ef30..eea51782fd 100644 --- a/site/content/docs/v1.6/basic-install.md +++ b/site/content/docs/v1.6/basic-install.md @@ -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]. diff --git a/site/content/docs/v1.6/contributions/tencent-config.md b/site/content/docs/v1.6/contributions/tencent-config.md index d60c7a5342..50edfce490 100644 --- a/site/content/docs/v1.6/contributions/tencent-config.md +++ b/site/content/docs/v1.6/contributions/tencent-config.md @@ -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 diff --git a/site/content/docs/v1.6/maintainers.md b/site/content/docs/v1.6/maintainers.md index a190fa887a..6223859c06 100644 --- a/site/content/docs/v1.6/maintainers.md +++ b/site/content/docs/v1.6/maintainers.md @@ -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. \ No newline at end of file +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. diff --git a/site/content/docs/v1.6/plugin-release-instructions.md b/site/content/docs/v1.6/plugin-release-instructions.md index eb14eeef9d..4323d8c9ac 100644 --- a/site/content/docs/v1.6/plugin-release-instructions.md +++ b/site/content/docs/v1.6/plugin-release-instructions.md @@ -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 \ No newline at end of file +[2]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e diff --git a/site/content/docs/v1.6/release-instructions.md b/site/content/docs/v1.6/release-instructions.md index 62c8fc9e13..991ded9767 100644 --- a/site/content/docs/v1.6/release-instructions.md +++ b/site/content/docs/v1.6/release-instructions.md @@ -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 \ No newline at end of file +[3]: https://github.com/vmware-tanzu/velero/tree/main/test/e2e diff --git a/site/content/docs/v1.6/restic.md b/site/content/docs/v1.6/restic.md index d4d4d0b048..878219a19e 100644 --- a/site/content/docs/v1.6/restic.md +++ b/site/content/docs/v1.6/restic.md @@ -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 diff --git a/site/content/docs/v1.6/tilt.md b/site/content/docs/v1.6/tilt.md index 1221b36b9e..42f68cfe43 100644 --- a/site/content/docs/v1.6/tilt.md +++ b/site/content/docs/v1.6/tilt.md @@ -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