Skip to content

Commit

Permalink
Update offline/docs_ubuntu_22.04.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Longtin <[email protected]>
  • Loading branch information
smatting and julialongtin authored Sep 18, 2023
1 parent e416005 commit 8327d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline/docs_ubuntu_22.04.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8327d88

Please sign in to comment.