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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -