sealerio / sealer

Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)
http://sealer.cool
Apache License 2.0
2.06k stars 362 forks source link

add clock synchronization to init.sh #1923

Open jsparter opened 1 year ago

jsparter commented 1 year ago

Issue Description

Lack of clock synchronization may bring many potential risks of k8s. Take certificate as an example, the join node process may fail.

Describe what feature you want

add clock synchronization to init.sh or other place before install KxS

Additional context

starnop commented 1 year ago

We should not directly modify the user's IAAS resource, however, it would be great to do some pre-checks.

WDYT? @VinceCui