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

Added queue get command & changed list command to print status #178

Merged
merged 2 commits into from
May 16, 2019

Conversation

SrinivasChilveri
Copy link
Contributor

vkctl queue get -n queuename
vkctl queue list command also gives the status information

root@root1-HP-EliteBook-840-G2:/home/root1/SriniCH/workspace/src/volcano.sh/volcano# ./_output/bin/vkctl queue get -n default
Name                     Weight  Pending Running Unknown 
default                  1       0       0       0       
root@root1-HP-EliteBook-840-G2:/home/root1/SriniCH/workspace/src/volcano.sh/volcano# ./_output/bin/vkctl queue list
Name                     Weight  Pending Running Unknown 
default                  1       0       0       0   

Fix #172

Status_PR_2019-05-16 16-54-06

@k82cn
Copy link
Member

k82cn commented May 16, 2019

/lgtm
/approve

@volcano-sh-bot volcano-sh-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels May 16, 2019
@volcano-sh-bot volcano-sh-bot merged commit 69dcb46 into volcano-sh:master May 16, 2019
kevin-wangzefeng pushed a commit to kevin-wangzefeng/volcano that referenced this pull request Jun 28, 2019
Added queue get command & changed list command to print status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show Queue's status in vkctl queue sub-command
3 participants