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

vcctl add command for job template #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HecarimV
Copy link

Flag:
  -g, --generateName        new name for job or template

  -n, --namespace           the namespace of job or template
  -N, --name                the name of origin job or template

  -f, --filename             the yaml file of  job or jobTemplate

[root@master amd64]# vcctl template run  -N  jt-1  -n default  -g  job-2
run job job-2 successfully
[root@master amd64]#vcctl template generate  -N  job-1  -n default  -g  jt-2
JobTemplate/jt-2 created

[root@master amd64]# vcctl template run -f  jobtemplate.yaml  -g  job-3
run job job-3 successfully
[root@master amd64]# vcctl template generate -f   job.yaml  -g  jt-3
JobTemplate/jt-3 created

@hwdef
Copy link

hwdef commented Nov 29, 2021

添加一些ut或者e2e?

@HecarimV
Copy link
Author

添加一些ut或者e2e?

好的

zhoumingcheng pushed a commit that referenced this pull request Jan 31, 2023
* Signed-off-by: limengxuan <[email protected]>

Rework device-sharing mechanism to volcano

* Signed-off-by: limengxuan <[email protected]>
after review #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants