27 lines
493 B
YAML
27 lines
493 B
YAML
machine:
|
|
disks:
|
|
- device: /dev/sdb
|
|
partitions:
|
|
- mountpoint: /var/lib/longhorn
|
|
kubelet:
|
|
extraMounts:
|
|
- destination: /var/lib/longhorn
|
|
type: bind
|
|
source: /var/lib/longhorn
|
|
options:
|
|
- bind
|
|
- rshared
|
|
- rw
|
|
network:
|
|
kubespan:
|
|
enabled: true
|
|
mtu: 1420
|
|
advertiseKubernetesNetworks: true
|
|
cluster:
|
|
discovery:
|
|
enabled: true
|
|
network:
|
|
cni:
|
|
name: none
|
|
proxy:
|
|
disabled: true |