docs: dmidecode manual installation as post-install step (#23823)

Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com>
This commit is contained in:
Piotr Kazmierczak
2024-08-15 17:14:16 +02:00
committed by GitHub
parent 682c8c0c81
commit f8e7905e24

View File

@@ -206,6 +206,12 @@ take advantage of additional Nomad functionalities.
@include 'install/install-consul-cni-plugin.mdx'
### Install dmidecode
When running on a virtualized host such as Amazon EC2, Nomad makes use of the
`dmidecode` tool to detect CPU performance data. Some Linux distributions
require installing the dmidecode package manually.
### Configure bridge network to route traffic through iptables
@include 'install/bridge-iptables.mdx'
@@ -214,6 +220,7 @@ take advantage of additional Nomad functionalities.
@include 'install/cgroup-controllers.mdx'
## Verify the Installation
To verify Nomad was installed correctly, try the `nomad` command.