From 9268dd1517e5be36b446ac641c3b6bad1ef720e2 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 19 Jan 2023 11:07:38 +0100 Subject: [PATCH] :book: Rename references from kairos to p2p (#681) Leftover from the transition, kairos block is called p2p now Signed-off-by: Itxaka Signed-off-by: Itxaka Co-authored-by: Itxaka --- docs/content/en/docs/Installation/manual.md | 2 +- docs/content/en/docs/Reference/configuration.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/en/docs/Installation/manual.md b/docs/content/en/docs/Installation/manual.md index 5fb60531c..ec3688be8 100644 --- a/docs/content/en/docs/Installation/manual.md +++ b/docs/content/en/docs/Installation/manual.md @@ -29,7 +29,7 @@ Where the configuration can be a `cloud-init` file or a URL to it: ```yaml #cloud-init -kairos: +p2p: network_token: .... # extra configuration ``` diff --git a/docs/content/en/docs/Reference/configuration.md b/docs/content/en/docs/Reference/configuration.md index 86380057b..82f20772d 100644 --- a/docs/content/en/docs/Reference/configuration.md +++ b/docs/content/en/docs/Reference/configuration.md @@ -166,9 +166,9 @@ write_files: owner: "bar" ``` -The `kairos` block is used to enable the p2p full-mesh functionalities of Kairos. If you do not want to use these functionalities, simply don't specify a kairos block in your configuration file. +The `p2p` block is used to enable the p2p full-mesh functionalities of Kairos. If you do not want to use these functionalities, simply don't specify a kairos block in your configuration file. -Inside the `kairos` block, you can specify the network_token field, which is used to establish the p2p full meshed network. If you do not want to use the full-mesh functionalities, don't specify a network_token value. +Inside the `p2p` block, you can specify the network_token field, which is used to establish the p2p full meshed network. If you do not want to use the full-mesh functionalities, don't specify a network_token value. The role field allows you to manually set the node role for your Kairos installation. The available options are `master` and `worker`, and the default value is auto (which means no role is set). @@ -482,7 +482,7 @@ localhost:~$ ## P2P configuration -P2P functionalities are experimental Kairos features and disabled by default. In order to enable them, just use the `kairos` configuration block. +P2P functionalities are experimental Kairos features and disabled by default. In order to enable them, just use the `p2p` configuration block. ### `p2p.network_token`