CoreOS access from other instance -
i have coreos cluster 3 instances. need init service in 3 instances, don't want use ip connect. there dynamic way scan instances , ip's , use it?
you can use following command list of cluster instances further processing:
fleetctl list-machines | awk '{print $2}' | tail -n +2
Comments
Post a Comment