Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying Cluster version, template.yaml issue #27

Open
kevinsummer219 opened this issue Apr 29, 2021 · 0 comments
Open

Deploying Cluster version, template.yaml issue #27

kevinsummer219 opened this issue Apr 29, 2021 · 0 comments

Comments

@kevinsummer219
Copy link

能帮忙double check下官方release的template.yaml文件么?
cluster1中对应的两个worker1 和worker2,怎么分别对应machine1和machine2,跟release的框图不太对,并且在进行多级训练的时候也不对。

clusters:

  • name: cluster1
    manager:
    machine: machine1
    port: 10001
    workers:

    • name: worker1
      machine: machine1
      ports: 12000-12999
      max_tasks: 10
    • name: worker2
      machine: machine2
      ports: 13000-13999
      max_tasks: 10
  • name: cluster2
    manager:
    machine: machine2
    port: 10001
    workers:
    - name: worker1
    machine: machine1
    ports: 12000-12999
    max_tasks: 10
    - name: worker2
    machine: machine2
    ports: 13000-13999
    max_tasks: 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant