clean-up: removed redundancies between plane controlplane.yaml and pathces
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user