Skip to content

Commit

Permalink
cli grid: also show supernet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Marttila committed Jan 25, 2017
1 parent 64c91c2 commit 7078b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/lib/kontena/cli/grids/common.rb
Expand Up @@ -13,6 +13,7 @@ def print_grid(grid)
puts " - #{a}"
end
puts " subnet: #{grid['subnet']}"
puts " supernet: #{grid['supernet']}"
root_dir = grid['engine_root_dir']
nodes = client(require_token).get("grids/#{grid['name']}/nodes")
nodes = nodes['nodes'].select{|n| n['connected'] == true }
Expand Down

0 comments on commit 7078b06

Please sign in to comment.