Skip to content

Commit

Permalink
docs/metal: Briefly discuss hetrogenous hardware
Browse files Browse the repository at this point in the history
Has come up a few times, see also coreos/ignition#1126
  • Loading branch information
cgwalters committed Dec 15, 2020
1 parent 0492c70 commit db68409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/bare-metal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@ IPAPPEND 2
== PXE rootfs image

include::pxe-artifacts.adoc[]

== Dealing with hetrogenous hardware and Ignition

If you have bare metal servers with different types and/or number of hard drives, today you must create a separate customized Ignition config for each machine (or machine class).
A good model is to have the common parts of the configuration factored out into a separate Ignition configuration which can be included (via HTTP or inline) in the per-machine-type custom config.

0 comments on commit db68409

Please sign in to comment.