29 lines
667 B
YAML
29 lines
667 B
YAML
machine:
|
|
# Static IP Configuration
|
|
network:
|
|
hostname: node1.w5isp.com
|
|
interfaces:
|
|
- deviceSelector:
|
|
physical: true
|
|
addresses:
|
|
- 10.0.101.21/24
|
|
routes:
|
|
- network: 0.0.0.0/0
|
|
gateway: 10.0.101.254
|
|
dhcp: false
|
|
vlans:
|
|
- addresses:
|
|
- 204.110.191.2/27
|
|
routes:
|
|
- network: 0.0.0.0/0
|
|
gateway: 204.110.191.30
|
|
vlanId: 9
|
|
kubelet:
|
|
extraMounts:
|
|
- destination: /var/lib/longhorn
|
|
type: bind
|
|
source: /var/lib/longhorn
|
|
options:
|
|
- bind
|
|
- rshared
|
|
- rw
|