31 lines
542 B
YAML
31 lines
542 B
YAML
machine:
|
|
kernel:
|
|
modules:
|
|
- name: iscsi_tcp
|
|
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: false
|
|
|
|
cluster:
|
|
discovery:
|
|
enabled: true
|
|
network:
|
|
cni:
|
|
name: none
|
|
proxy:
|
|
disabled: true |