From 8327d885ebd9b9ae2f61c9caafa8fcfdddca22f7 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Mon, 18 Sep 2023 14:57:37 +0200 Subject: [PATCH] Update offline/docs_ubuntu_22.04.md Co-authored-by: Julia Longtin --- offline/docs_ubuntu_22.04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/docs_ubuntu_22.04.md b/offline/docs_ubuntu_22.04.md index 481a60d3b..59382c593 100644 --- a/offline/docs_ubuntu_22.04.md +++ b/offline/docs_ubuntu_22.04.md @@ -227,7 +227,7 @@ Do this for all of the instances. * Make sure that `assethost` is present in the inventory file with the correct `ansible_host` (and `ip` values if required) * Make sure that `cassandra_network_interface` is set to the name of the network interface on which the kubenodes should talk to cassandra and on which the cassandra nodes - communicate among each other. For example, if you set up the kubenodes via virt-manager then the interface will be named `enp1s0`. Run `ip addr` on the kubenodes to determine the network interface names. Select the interface that corresponds to the network you want cassandra and kubernetes to communicate over. + should communicate among each other. Run `ip addr` on one of the cassandra nodes to determine the network interface names, and which networks they correspond to. For example, if you set up the cassandra nodes via virt-manager, then the interface will be named `enp1s0`. * Similarly `elasticsearch_network_interface` and `minio_network_interface` should be set to the same private network interface as well.