Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

add missing links between docs #1547

Merged
merged 2 commits into from
Nov 23, 2018
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion site/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Version controlling of cluster manifests provides reproducibility and a historic
Deployment is pinned to a particular image tag. New deployment will not
proceed upon triggered release.

# More information

Setting up and configuring fluxd is discussed in our [standalone setup](./standalone-setup.md)
document.

# Flags

fluxd requires setup and offers customization though a multitude of flags.
Expand Down Expand Up @@ -81,4 +86,3 @@ fluxd requires setup and offers customization though a multitude of flags.
|**SSH key generation** | | |
|--ssh-keygen-bits | | -b argument to ssh-keygen (default unspecified)|
|--ssh-keygen-type | | -t argument to ssh-keygen (default unspecified)|

2 changes: 1 addition & 1 deletion site/standalone-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You have two options:
### 1. Allow Flux to generate a key for you.

If you don't specify a key to use, Flux will create one for you. Obtain
the public key through `fluxctl`:
the public key through [fluxctl](./fluxctl.md):

```sh
fluxctl identity
Expand Down