mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
improve NTP package conflict handling (#12212)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -14,6 +14,7 @@ kube_proxy_mode: nftables
|
||||
|
||||
# NTP mangement
|
||||
ntp_enabled: true
|
||||
ntp_package: chrony
|
||||
ntp_timezone: Etc/UTC
|
||||
ntp_manage_config: true
|
||||
ntp_tinker_panic: true
|
||||
|
||||
@@ -4,3 +4,7 @@ cloud_image: debian-12
|
||||
|
||||
# Kubespray settings
|
||||
kube_network_plugin: cilium
|
||||
|
||||
# ntp settings
|
||||
ntp_enabled: true
|
||||
ntp_package: ntp
|
||||
|
||||
@@ -44,3 +44,7 @@ kubeadm_patches:
|
||||
example.com/test: "false"
|
||||
labels:
|
||||
example.com/prod_level: "prep"
|
||||
|
||||
# ntp settings
|
||||
ntp_enabled: true
|
||||
ntp_package: ntpsec
|
||||
|
||||
Reference in New Issue
Block a user