v1.1.0 docs

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/1778/head
Steve Kriss 2019-08-20 10:44:57 -06:00
parent cfb663f795
commit 9e946ee698
42 changed files with 15 additions and 15 deletions

View File

@ -56,10 +56,10 @@ defaults:
gh: https://github.com/heptio/velero/tree/master
layout: "docs"
- scope:
path: docs/v1.1.0-beta.2
path: docs/v1.1.0
values:
version: v1.1.0-beta.2
gh: https://github.com/heptio/velero/tree/v1.1.0-beta.2
version: v1.1.0
gh: https://github.com/heptio/velero/tree/v1.1.0
layout: "docs"
- scope:
path: docs/v1.0.0
@ -145,10 +145,10 @@ collections:
- casestudies
versioning: true
latest: v1.0.0
latest: v1.1.0
versions:
- master
- v1.1.0-beta.2
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0

View File

@ -3,7 +3,7 @@
# that the navigation for older versions still work.
master: master-toc
v1.1.0-beta.2: v1-1-0-beta-2-toc
v1.1.0: v1-1-0-toc
v1.0.0: v1-0-0-toc
v0.11.0: v011-toc
v0.10.0: v010-toc

View File

@ -58,10 +58,10 @@ See [the list of releases][6] to find out about feature changes.
[2]: https://travis-ci.org/heptio/velero
[4]: https://github.com/heptio/velero/issues
[5]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/CONTRIBUTING.md
[5]: https://github.com/heptio/velero/blob/v1.1.0/CONTRIBUTING.md
[6]: https://github.com/heptio/velero/releases
[8]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/CODE_OF_CONDUCT.md
[8]: https://github.com/heptio/velero/blob/v1.1.0/CODE_OF_CONDUCT.md
[9]: https://kubernetes.io/docs/setup/
[10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos
[11]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#tabset-1
@ -74,7 +74,7 @@ See [the list of releases][6] to find out about feature changes.
[28]: install-overview.md
[29]: https://velero.io/docs/v1.1.0-beta.2/
[29]: https://velero.io/docs/v1.1.0/
[30]: troubleshooting.md
[99]: support-matrix.md

View File

@ -238,7 +238,7 @@ If you need to add or update the vendored dependencies, see [Vendoring dependenc
[10]: #vendoring-dependencies
[11]: vendoring-dependencies.md
[12]: #test
[13]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/hack/generate-proto.sh
[13]: https://github.com/heptio/velero/blob/v1.1.0/hack/generate-proto.sh
[14]: https://grpc.io/docs/quickstart/go.html#install-protocol-buffers-v3
[15]: https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#the-shared-credentials-file
[16]: https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable

View File

@ -22,7 +22,7 @@ Examples of cases where Velero is useful:
Yes, with some exceptions. For example, when Velero restores pods it deletes the `nodeName` from the
pod so that it can be scheduled onto a new node. You can see some more examples of the differences
in [pod_action.go](https://github.com/heptio/velero/blob/v1.1.0-beta.2/pkg/restore/pod_action.go)
in [pod_action.go](https://github.com/heptio/velero/blob/v1.1.0/pkg/restore/pod_action.go)
## I'm using Velero in multiple clusters. Should I use the same bucket to store all of my backups?

View File

@ -77,5 +77,5 @@ velero backup logs nginx-hook-test | grep hookCommand
[1]: api-types/backup.md
[2]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/examples/nginx-app/with-pv.yaml
[2]: https://github.com/heptio/velero/blob/v1.1.0/examples/nginx-app/with-pv.yaml
[3]: cloud-common.md

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -241,5 +241,5 @@ After creating the Velero server in your cluster, try this example:
## Additional Reading
* [Official Velero Documentation](https://velero.io/docs/v1.1.0-beta.2/)
* [Official Velero Documentation](https://velero.io/docs/v1.1.0/)
* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/)

View File

@ -78,5 +78,5 @@ for an example of this -- in particular, the `getPluginConfig(...)` function.
[1]: https://github.com/heptio/velero-plugin-example
[2]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/pkg/plugin/logger.go
[3]: https://github.com/heptio/velero/blob/v1.1.0-beta.2/pkg/restore/restic_restore_action.go
[2]: https://github.com/heptio/velero/blob/v1.1.0/pkg/plugin/logger.go
[3]: https://github.com/heptio/velero/blob/v1.1.0/pkg/restore/restic_restore_action.go