Skip to content

Commit

Permalink
fix: include a default schematic id with no customizations included
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Apr 1, 2024
1 parent e4d67ea commit 159c25a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ bootstrap_cluster_name: ""

# (Required: Talos) Talos Specific Options
bootstrap_talos:
# (Required: Talos) If you need any additional System Extensions, and/or add kernel arguments generate a schematic ID.
# Go to https://factory.talos.dev/ and choose the System Extensions, and/or add kernel arguments.
schematic_id: ""
# (Optional: Talos) Go to https://factory.talos.dev/ and choose any System Extensions, and/or add kernel arguments you need.
# Copy the generated schematic id and paste it below.
# IMPORTANT: The default ID given here means no System Extensions or Kernel args will be used.
schematic_id: "376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba"
# (Optional: Talos) Add vlan tag to network master device, this is not needed if you tag ports on your switch with the VLAN
# See: https://www.talos.dev/latest/advanced/advanced-networking/#vlans
vlan: ""
Expand Down

0 comments on commit 159c25a

Please sign in to comment.