feat:Explicitly configure NTP servers (WIP)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-06-03 10:07:09 +02:00
parent 43095c5a1e
commit ef81cbfe6a
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,11 @@ patchesStrategicMerge:
kubeadmConfigSpec:
clusterConfiguration:
imageRepository: registry.{{ _template.network.fqdn }}/kubeadm
ntp:
enabled: true
servers:
- 0.nl.pool.ntp.org
- 1.nl.pool.ntp.org
- |-
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
@ -53,6 +58,11 @@ patchesStrategicMerge:
spec:
clusterConfiguration:
imageRepository: registry.{{ _template.network.fqdn }}/kubeadm
ntp:
enabled: true
servers:
- 0.nl.pool.ntp.org
- 1.nl.pool.ntp.org
- |-
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate