查看集群信息

要查看正在运行的集群列表,请运行:adam list

$ adam list
cluster
second-cluster
third-cluster

要查看有关集群的详细信息,请运行:

$ adam describe -n [cluster-name]

示例:要查看有关名为“cluster”的集群的信息:

$ adam describe -n cluster
conda:
  anaconda_hash: md5=7097150146dd3b83c805223663ebffcc
  anaconda_url: https://repo.anaconda.com/miniconda/Miniconda2-4.3.21-Linux-x86_64.sh#adam-ci
  enabled: true
  rootdir: /opt/continuum
name: cluster
nodes:
- host: ci_head_1
  keypair: ~/.ssh/my_private_key
  port: 22
  username: root
- host: ci_compute_1
  keypair: ~/.ssh/my_private_key
  port: 22
  username: root