mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
📖 Update helm chart repo URL
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos---homebrew)
|
||||
- [Option 2: GitHub release](#option-2-github-release)
|
||||
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||
- [Command line Autocompletion](#command-line-autocompletion)
|
||||
|
||||
Use this doc to get a basic installation of Velero.
|
||||
Refer [this document](customize-installation.md) to customize your installation.
|
||||
@@ -45,7 +46,7 @@ brew install velero
|
||||
There are two supported methods for installing the Velero server components:
|
||||
|
||||
- the `velero install` CLI command
|
||||
- the [Helm chart](https://github.com/vmware-tanzu/helm-charts)
|
||||
- the [Helm chart](https://vmware-tanzu.github.io/helm-charts/)
|
||||
|
||||
Velero uses storage provider plugins to integrate with a variety of storage systems to support backup and snapshot operations. The steps to install and configure the Velero server components along with the appropriate plugins are specific to your chosen storage provider. To find installation instructions for your chosen storage provider, follow the documentation link for your provider at our [supported storage providers][0] page
|
||||
|
||||
|
||||
@@ -12,6 +12,14 @@
|
||||
- [Generate YAML only](#generate-yaml-only)
|
||||
- [Additional options](#additional-options)
|
||||
- [Optional Velero CLI configurations](#optional-velero-cli-configurations)
|
||||
- [Enabling shell autocompletion](#enabling-shell-autocompletion)
|
||||
- [Bash on Linux](#bash-on-linux)
|
||||
- [Install bash-completion](#install-bash-completion)
|
||||
- [Enable Velero CLI autocompletion for Bash on Linux](#enable-velero-cli-autocompletion-for-bash-on-linux)
|
||||
- [Bash on macOS](#bash-on-macos)
|
||||
- [Install bash-completion](#install-bash-completion-1)
|
||||
- [Enable Velero CLI autocompletion for Bash on macOS](#enable-velero-cli-autocompletion-for-bash-on-macos)
|
||||
- [Autocompletion on Zsh](#autocompletion-on-zsh)
|
||||
|
||||
## Plugins
|
||||
|
||||
@@ -88,7 +96,7 @@ If you are installing Velero in Kubernetes 1.13.x or earlier, you need to use `k
|
||||
|
||||
## Additional options
|
||||
|
||||
Run `velero install --help` or see the [Helm chart documentation](https://github.com/vmware-tanzu/helm-charts) for the full set of installation options.
|
||||
Run `velero install --help` or see the [Helm chart documentation](https://vmware-tanzu.github.io/helm-charts/) for the full set of installation options.
|
||||
|
||||
## Optional Velero CLI configurations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user