Created
May 6, 2015 02:59
-
-
Save krancour/95deaec0a28c49564a61 to your computer and use it in GitHub Desktop.
script for checking clock drift across (small) fixed number of coreos nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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