14 lines
391 B
YAML
14 lines
391 B
YAML
machine:
|
|
install:
|
|
disk: {{ index .cluster.nodes.active "{{NODE_IP}}" "disk" }}
|
|
image: factory.talos.dev/metal-installer/{{ .cluster.nodes.talos.schematicId}}:{{ .cluster.nodes.talos.version}}
|
|
kubelet:
|
|
extraMounts:
|
|
- destination: /var/lib/longhorn
|
|
type: bind
|
|
source: /var/lib/longhorn
|
|
options:
|
|
- bind
|
|
- rshared
|
|
- rw
|