mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
[GCP] Configure ntp server
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
d162d5ec53
commit
a9fe30b2b7
@ -56,6 +56,9 @@ start() {
|
||||
"aws")
|
||||
sed -i -e "s/^server [^ ]\+/server 0.amazon.pool.ntp.org/g" /etc/chrony/chrony.conf
|
||||
;;
|
||||
"gcp")
|
||||
sed -i -e "s/^server [^ ]\+/server metadata.google.internal/g" /etc/chrony/chrony.conf
|
||||
;;
|
||||
"azure")
|
||||
# TODO needs an ntp solution
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user