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

Support Job plugins #14

Closed
k82cn opened this issue Mar 16, 2019 · 1 comment
Closed

Support Job plugins #14

k82cn opened this issue Mar 16, 2019 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@k82cn
Copy link
Member

k82cn commented Mar 16, 2019

Both MPI and Tensorflow need hostfile for its workers; and MPI job need more, e.g. ssh authentication. It's better to provide related plugins for different works.

The yaml file maybe similar as follow:

spec:
  - plugins
      ssh: ["seed"]
      env: [""]

For example, if ssh is enabled, job controller should create related rsa public/private keys and mount them for ssh.

@k82cn k82cn added this to the v0.1 milestone Mar 16, 2019
@k82cn k82cn added enhancement kind/feature Categorizes issue or PR as related to a new feature. and removed enhancement labels Mar 16, 2019
@k82cn k82cn closed this as completed Mar 31, 2019
@k82cn
Copy link
Member Author

k82cn commented Mar 31, 2019

fixed by #50

kevin-wangzefeng pushed a commit to kevin-wangzefeng/volcano that referenced this issue Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants