From 433c98c816f697632b965a3ff2d36cd8efff93fd Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Fri, 23 Nov 2018 10:49:25 +0100 Subject: [PATCH 1/2] add missing links between docs Closes #1178 Signed-off-by: Daniel Holbach --- site/daemon.md | 6 +++++- site/standalone-setup.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/site/daemon.md b/site/daemon.md index 551f28726..a215ee1ba 100644 --- a/site/daemon.md +++ b/site/daemon.md @@ -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. @@ -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)| - diff --git a/site/standalone-setup.md b/site/standalone-setup.md index 422163a4c..6c0bb7311 100644 --- a/site/standalone-setup.md +++ b/site/standalone-setup.md @@ -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.md](fluxctl): ```sh fluxctl identity From 65e1ad931ceadb22ee9cad48a6b78d80c9fa8669 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Fri, 23 Nov 2018 10:52:06 +0100 Subject: [PATCH 2/2] fix link --- site/standalone-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/standalone-setup.md b/site/standalone-setup.md index 6c0bb7311..f8461deca 100644 --- a/site/standalone-setup.md +++ b/site/standalone-setup.md @@ -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.md](fluxctl): +the public key through [fluxctl](./fluxctl.md): ```sh fluxctl identity