Spencer Smith 8d2f8d6127 chore: remove random.trust_cpu references
This PR removes the references to adding in the random CPU trust to the
kernel for all v0.4 docs, as well as in the iso command in the
installer. This is no longer needed with the newer linux kernel.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-04-14 17:10:56 -07:00

568 B

title
title
Deploying Talos on Bare Metal

In this section we will show how you can setup Talos in bare-metal environments.

Kernel Parameters

The following is a list of kernel parameters you will need to set:

  • talos.config (required) the HTTP(S) URL at which the machine data can be found
  • talos.platform (required) should be 'metal' for bare-metal installs

Talos also enforces some minimum requirements from the KSPP (kernel self-protection project). The follow parameters are required:

  • page_poison=1
  • slab_nomerge
  • slub_debug=P
  • pti=on