Replaced deprecated helm repo url at docs 📄 (#2209)
* Replaced deprecated helm repo url at docs 📄
Signed-off-by: Mark Davydov <mark@monday.com>
pull/2247/head
parent
52d3185e04
commit
95c8cd3d66
|
@ -0,0 +1 @@
|
|||
Replaced deprecated helm repo url at all it appearance at docs.
|
|
@ -45,7 +45,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/helm/charts/tree/master/stable/velero)
|
||||
- the [Helm chart](https://github.com/vmware-tanzu/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
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ If you are using an alternate identity mechanism, such as kube2iam/kiam on AWS,
|
|||
|
||||
## Enable restic integration
|
||||
|
||||
By default, `velero install` does not install Velero's [restic integration][3]. To enable it, specify the `--use-restic` flag.
|
||||
By default, `velero install` does not install Velero's [restic integration][3]. To enable it, specify the `--use-restic` flag.
|
||||
|
||||
If you've already run `velero install` without the `--use-restic` flag, you can run the same command again, including the `--use-restic` flag, to add the restic integration to your existing install.
|
||||
|
||||
|
@ -88,7 +88,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/helm/charts/tree/master/stable/velero) for the full set of installation 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.
|
||||
|
||||
## Optional Velero CLI configurations
|
||||
|
||||
|
@ -238,4 +238,3 @@ If you get an error like `complete:13: command not found: compdef`, then add the
|
|||
[4]: on-premises.md
|
||||
[6]: velero-install.md#usage
|
||||
[7]: https://github.com/vmware-tanzu/velero/issues/2077
|
||||
|
||||
|
|
|
@ -45,7 +45,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/helm/charts/tree/master/stable/velero)
|
||||
- the [Helm chart](https://github.com/vmware-tanzu/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
|
||||
|
||||
|
|
|
@ -30,9 +30,9 @@ If you are using an alternate identity mechanism, such as kube2iam/kiam on AWS,
|
|||
|
||||
## Enable restic integration
|
||||
|
||||
By default, `velero install` does not install Velero's [restic integration][3]. To enable it, specify the `--use-restic` flag.
|
||||
By default, `velero install` does not install Velero's [restic integration][3]. To enable it, specify the `--use-restic` flag.
|
||||
|
||||
If you've already run `velero install` without the `--use-restic` flag, you can run the same command again, including the `--use-restic` flag, to add the restic integration to your existing install.
|
||||
If you've already run `velero install` without the `--use-restic` flag, you can run the same command again, including the `--use-restic` flag, to add the restic integration to your existing install.
|
||||
|
||||
## Customize resource requests and limits
|
||||
|
||||
|
@ -89,7 +89,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/helm/charts/tree/master/stable/velero) for the full set of installation 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.
|
||||
|
||||
## Optional Velero CLI configurations
|
||||
|
||||
|
|
Loading…
Reference in New Issue