Timothy Gerla f59620473e docs: add 0.5 pre-release docs, add linkable anchors, other fixes
- add 0.5 docs branched from 0.4
- add intro page and "get help" pages
- moved Docker and Firecracker into a "Local Clusters" category
- switch to markdown-it from markd for consistency between corp site and docs site
- use markdown-it-anchor to create linkable anchors to sections within a page
- improve urls to use / instead of # for docs pages (WARNING: this breaks old links)
- continue to simplify handling in the Content.vue component
- update JS deps

Signed-off-by: Timothy Gerla <tim@gerla.net>
2020-05-04 16:04:53 -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