feat: Manage storage nic config through machineconfig
This commit is contained in:
parent
30d3b3b478
commit
628443c06c
4 changed files with 28 additions and 14 deletions
|
|
@ -8,6 +8,14 @@ machine:
|
|||
hostname: ${hostname}
|
||||
nameservers:
|
||||
- 9.9.9.9
|
||||
%{ if storage_address != false ~}
|
||||
interfaces:
|
||||
- interface: eth1
|
||||
mtu: 9000
|
||||
dhcp: false
|
||||
addresses:
|
||||
- ${storage_address}/24
|
||||
%{ endif ~}
|
||||
kubelet:
|
||||
extraArgs:
|
||||
pod-max-pids: 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue