Skip to content

Instantly share code, notes, and snippets.

@krancour
Created May 6, 2015 02:59
Show Gist options
  • Select an option

  • Save krancour/95deaec0a28c49564a61 to your computer and use it in GitHub Desktop.

Select an option

Save krancour/95deaec0a28c49564a61 to your computer and use it in GitHub Desktop.
script for checking clock drift across (small) fixed number of coreos nodes
nodes=(10.0.3.209 10.0.1.154 10.0.1.80 10.0.1.5)
for i in ${nodes[*]}
do
ssh core@$i date
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment