22 lines
479 B
YAML
22 lines
479 B
YAML
machine:
|
|
# Static IP Configuration
|
|
network:
|
|
hostname: node2.w5isp.com
|
|
interfaces:
|
|
- deviceSelector:
|
|
physical: true
|
|
addresses:
|
|
- 10.0.101.22/24
|
|
routes:
|
|
- network: 0.0.0.0/0
|
|
gateway: 10.0.101.254
|
|
dhcp: false
|
|
kubelet:
|
|
extraMounts:
|
|
- destination: /var/lib/longhorn
|
|
type: bind
|
|
source: /var/lib/longhorn
|
|
options:
|
|
- bind
|
|
- rshared
|
|
- rw
|