mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 20:18:52 +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")
|
"aws")
|
||||||
sed -i -e "s/^server [^ ]\+/server 0.amazon.pool.ntp.org/g" /etc/chrony/chrony.conf
|
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")
|
"azure")
|
||||||
# TODO needs an ntp solution
|
# TODO needs an ntp solution
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user