创建AI弹性计算集群
名称
sco aec2 clusters create - 创建AI弹性计算集群
说明
sco aec2 clusters create --display_name=*DISPLAY_NAME*
描述
创建AI弹性计算集群。
命令行标志
必要参数
--display_name
: AI弹性计算集群display name。
profile定义的参数
zone
: 可用区,sco init时指定。aec2.subscription
: AI弹性计算集群的订阅,首次使用或者更新需要通过sco config set aec2.subscription your-subscription-id'
保存到profile中。aec2.resource_group
: AI弹性计算集群的资源组,首次使用或者更新需要通过sco config set aec2.resource_group your-resource-group'
保存到profile中。vpc_id
: 可用区和租户决定的vpc id,首次使用或者更新需要通过sco config set vpc_id your-vpc-id'
保存到profile中。
示例
创建display name为test-cluster
的AI弹性计算集群:
sco aec2 clusters create --display_name=test-cluster