Init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user