clean-up: removed redundancies between plane controlplane.yaml and pathces

This commit is contained in:
Marcel Straub
2025-01-19 18:45:25 +01:00
parent 4a50ca5829
commit 3cf36a0b06

View File

@@ -64,19 +64,15 @@ machine:
# # The `nodeIP` field is used to configure `--node-ip` flag for the kubelet.
nodeIP:
# The `validSubnets` field configures the networks to pick kubelet node IP from.
validSubnets:
- 10.51.10.0/23
- 2a13:fc80:1:a::/64
validSubnets: []
# Provides machine specific network configuration options.
network:
# Used to statically set the nameservers for the machine.
nameservers:
- 2a13:fc80:1:f000::1
nameservers: []
# Used to statically set arbitrary search domains.
searchDomains:
- prod.k8.eis-mk8.de.s5b.org
searchDomains: []
# # `interfaces` is used to define the network interface configuration.
# interfaces:
# - interface: enp0s1 # The interface name.
@@ -326,8 +322,7 @@ machine:
time:
disabled: false # Indicates if the time service is disabled for the machine.
# description: |
servers:
- 2a13:fc80:1:f000::1
servers: []
bootTimeout: 2m0s # Specifies the timeout when the node time is considered to be in sync unlocking the boot sequence.
# # Used to configure the machine's sysctls.