add-managed-ntp-support (#9027)

This commit is contained in:
Kay Yan
2022-06-29 04:15:34 +08:00
committed by GitHub
parent d0a2ba37e8
commit 4b03f6c20f
11 changed files with 246 additions and 0 deletions

View File

@@ -120,3 +120,13 @@ kube_webhook_token_auth_url_skip_tls_verify: false
# kube_webhook_token_auth_url: https://...
## base64-encoded string of the webhook's CA certificate
# kube_webhook_token_auth_ca_data: "LS0t..."
## NTP Settings
# Start the ntpd or chrony service and enable it at system boot.
ntp_enabled: false
ntp_manage_config: false
ntp_servers:
- "0.pool.ntp.org iburst"
- "1.pool.ntp.org iburst"
- "2.pool.ntp.org iburst"
- "3.pool.ntp.org iburst"