Skip to content

Commit

Permalink
feat: Example talhelper NodeConfig additions
Browse files Browse the repository at this point in the history
  • Loading branch information
wasurerarenai committed Jan 30, 2024
1 parent 8ef31af commit 593856e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ cluster:
# controller: true # (Required) Set to true if this is a controller node
# ssh_username: "" # (Required: k3s/k0s) SSH username of the node
# talos_disk_device: "" # (Required: Talos) Device Path or Serial number of Disk for this node
# talos_node_config: |- # (Optional: Talos) Additional NodeConfigs to apply to this node
# schematic: # See: https://budimanjojo.github.io/talhelper/latest/reference/configuration/#nodeconfigs
# customization:
# systemExtensions:
# officialExtensions:
# - siderolabs/intel-ucode
# ...
# (Required) The pod CIDR for the cluster, this must NOT overlap with any
# existing networks and is usually a /16 (64K IPs).
Expand Down

0 comments on commit 593856e

Please sign in to comment.