Skip to content

Commit

Permalink
Update docs to state Kubernetes v1.12 is needed (#3787)
Browse files Browse the repository at this point in the history
* Update docs to state Kubernetes v1.12 is needed

Closes: #2856

Signed-off-by: Nolan Brubaker <[email protected]>

* Fix spacing on basic-install.md

Signed-off-by: Nolan Brubaker <[email protected]>
  • Loading branch information
nrb authored May 15, 2021
1 parent 6cb7a35 commit 5601758
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/main/basic-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion site/content/docs/main/contributions/tencent-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/main/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion site/content/docs/main/plugin-release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion site/content/docs/main/restic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion site/content/docs/main/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/basic-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/contributions/tencent-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/plugin-release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/restic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v1.6/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5601758

Please sign in to comment.