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

kueuectl: list pods for a job #2204

Open
3 tasks
alculquicondor opened this issue May 15, 2024 · 7 comments · May be fixed by #2280
Open
3 tasks

kueuectl: list pods for a job #2204

alculquicondor opened this issue May 15, 2024 · 7 comments · May be fixed by #2280
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@alculquicondor
Copy link
Contributor

What would you like to be added:

The ability to list all the pods that belong to a job. This probably will have to be specialized for every kind of job.

kubectl kueue list pods --for job/my-job-name

Why is this needed:

To simplify the experience of users who are not very familiar with kubernetes, and label selectors.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@alculquicondor alculquicondor added the kind/feature Categorizes issue or PR as related to a new feature. label May 15, 2024
@alculquicondor
Copy link
Contributor Author

/assign @trasc

@Kavinraja-G
Copy link

@alculquicondor @trasc I'm happy to contribute if this is not started already?

@trasc
Copy link
Contributor

trasc commented May 20, 2024

I am OK with this, @alculquicondor WDYT?

@alculquicondor
Copy link
Contributor Author

Sounds good.

@Kavinraja-G please write /assign in a comment.

@Kavinraja-G
Copy link

/assign

@Kavinraja-G
Copy link

will have to be specialized for every kind of job

@alculquicondor Can you elobrate this part? My understanding is to list the pods even when the user specifies [cronjobs|jobs]/<job-name> Let me know if I'm wrong.

@Kavinraja-G Kavinraja-G linked a pull request May 25, 2024 that will close this issue
@alculquicondor
Copy link
Contributor Author

We also have mpijobs, kubeflow, ray clusters, etc.

The way to obtain the pods for all these different types might differ.

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

Successfully merging a pull request may close this issue.

3 participants