Skip to content

Commit

Permalink
Remove broken references to docs that are not existing
Browse files Browse the repository at this point in the history
Signed-off-by: radlinskii <[email protected]>
  • Loading branch information
radlinskii authored and ignacy.radlinski committed Oct 15, 2018
1 parent 0e7f442 commit 99adc4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When you run `ark backup create test-backup`:

1. The `BackupController` makes a call to the object storage service -- for example, AWS S3 -- to upload the backup file.

By default, `ark backup create` makes disk snapshots of any persistent volumes. You can adjust the snapshots by specifying additional flags. See [the CLI help][30] for more information. Snapshots can be disabled with the option `--snapshot-volumes=false`.
By default, `ark backup create` makes disk snapshots of any persistent volumes. You can adjust the snapshots by specifying additional flags. Run `ark backup create --help` to see available flags. Snapshots can be disabled with the option `--snapshot-volumes=false`.

![19]

Expand All @@ -70,4 +70,4 @@ Likewise, if a backup object exists in Kubernetes but not in object storage, it
[20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions
[21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers
[22]: https://github.com/coreos/etcd
[30]: https://github.com/heptio/ark/blob/master/docs/cli-reference/ark_create_backup.md
[10]: hooks.md
3 changes: 1 addition & 2 deletions docs/config-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:

### Parameter Options

The list of configurable options for the `ark server` deployment can be found on the [CLI reference][12] document.
The list of configurable options for the `ark server` deployment can be found by running `ark server --help`.



Expand All @@ -142,6 +142,5 @@ The list of configurable options for the `ark server` deployment can be found on
[9]: #example
[10]: http://docs.aws.amazon.com/kms/latest/developerguide/overview.html
[11]: #deployment
[12]: cli-reference/ark_server.md
[13]: #sample-deployment
[14]: #parameter-options
5 changes: 2 additions & 3 deletions docs/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you periodically back up your cluster's resources, you are able to return to
2. A disaster happens and you need to recreate your resources.
3. Update the [Ark server deployment][3], adding the argument for the `server` command flag `restore-only` set to `true`. This prevents Backup objects from being created or deleted during your Restore process.
3. Update the Ark server deployment, adding the argument for the `server` command flag `restore-only` set to `true`. This prevents Backup objects from being created or deleted during your Restore process.
4. Create a restore with your most recent Ark Backup:
```
Expand Down Expand Up @@ -49,5 +49,4 @@ ark restore create --from-backup <BACKUP-NAME>
```
[0]: #disaster-recovery
[1]: #cluster-migration
[3]: cli-reference/ark_server#options
[1]: #cluster-migration

0 comments on commit 99adc4f

Please sign in to comment.