Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove references to a specific ark version for using restic #548

Merged
merged 1 commit into from
Jun 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/restic.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ minor differences to account for the fact that a new pod/volume is being created

This setup guide assumes you already have a working Ark v0.8.1+ installation. If not, go [here][2] for instructions.

1. Download an updated Ark client from the [v0.9.0-alpha.1 release][3], and move it to a location within your PATH.
1. Download an updated Ark client from the [latest release][3], and move it to a location within your PATH.

1. From the Ark root directory, run the following to create new custom resource definitions:
```bash
Expand All @@ -33,10 +33,10 @@ This setup guide assumes you already have a working Ark v0.8.1+ installation. If
- GCP: `kubectl apply -f examples/gcp/20-restic-daemonset.yaml`
- Minio: `kubectl apply -f examples/minio/30-restic-daemonset.yaml`

1. Use the `v0.9.0-alpha.1` image tag for both the Ark deployment and daemonset:
1. Update the image tag on the Ark daemonset and deployment to match the release version you used in Step 1 (e.g. `v0.9.0-alpha.2`):
```bash
kubectl -n heptio-ark set image deployment/ark ark=gcr.io/heptio-images/ark:v0.9.0-alpha.1
kubectl -n heptio-ark set image daemonset/restic ark=gcr.io/heptio-images/ark:v0.9.0-alpha.1
kubectl -n heptio-ark set image deployment/ark ark=gcr.io/heptio-images/ark:<RELEASE_VERSION>
kubectl -n heptio-ark set image daemonset/restic ark=gcr.io/heptio-images/ark:<RELEASE_VERSION>
```

1. Create a new bucket for restic to store its data in, and give the `heptio-ark` IAM user access to it, similarly to
Expand Down Expand Up @@ -92,4 +92,4 @@ one of the following commands:

[1]: https://github.com/restic/restic
[2]: https://heptio.github.io/ark/v0.8.1/cloud-common
[3]: https://github.com/heptio/ark/releases/tag/v0.9.0-alpha.1
[3]: https://github.com/heptio/ark/releases/