Commit a104254b authored by JenTing Hsiao's avatar JenTing Hsiao Committed by Bridget McErlean
Browse files

Update site documentation

Signed-off-by: default avatarJenTing Hsiao <jenting.hsiao@suse.com>
parent 26d6db14
Showing with 5 additions and 1 deletion
+5 -1
......@@ -47,8 +47,10 @@ If you need to add or update the vendored dependencies, see [Vendoring dependenc
If you are developing or using the main branch, note that you may need to update the Velero CRDs to get new changes as other development work is completed.
```
```bash
velero install --crds-only --dry-run -o yaml | kubectl apply -f -
```
**NOTE:** You could change the default CRD API version (v1beta1 _or_ v1) if Velero CLI can't discover the Kubernetes preferred CRD API version. The Kubernetes version < 1.16 preferred CRD API version is v1beta1; the Kubernetes version >= 1.16 preferred CRD API version is v1.
[11]: vendoring-dependencies.md
......@@ -39,6 +39,8 @@ If you're not yet running at least Velero v1.5, see the following:
velero install --crds-only --dry-run -o yaml | kubectl apply -f -
```
**NOTE:** You could change the default CRD API version (v1beta1 _or_ v1) if Velero CLI can't discover the Kubernetes preferred CRD API version. The Kubernetes version < 1.16 preferred CRD API version is v1beta1; the Kubernetes version >= 1.16 preferred CRD API version is v1.
**NOTE:** If you are upgrading Velero in Kubernetes 1.14.x or earlier, you will need to use `kubectl apply`'s `--validate=false` option when applying the CRD configuration above. See [issue 2077][6] and [issue 2311][7] for more context.
1. Update the container image used by the Velero deployment and, optionally, the restic daemon set:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment