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

Commit

Permalink
Merge pull request #1547 from dholbach/fix-1178
Browse files Browse the repository at this point in the history
add missing links between docs
  • Loading branch information
Daniel Holbach committed Nov 23, 2018
2 parents e032939 + 65e1ad9 commit 7536831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 7536831

Please sign in to comment.