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

Not allowed create job if integration is disabled #877

Closed
stuton opened this issue Jun 19, 2023 · 1 comment · Fixed by #883
Closed

Not allowed create job if integration is disabled #877

stuton opened this issue Jun 19, 2023 · 1 comment · Fixed by #883
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@stuton
Copy link
Contributor

stuton commented Jun 19, 2023

What happened:
When we apply any job from an integration (JobSet, MPIJob, etc) with a local queue specified in the metadata.labels section and this integration is disabled in the queue controller configuration, we can see the uncontrolled behavior of creating / deleting jobs.

What you expected to happen:
When applying a job with kueue.x-k8s.io/queue-name label, get an error saying that integration is not enabled

How to reproduce it (as minimally and precisely as possible):

  1. Deploy Kueue controller manager with default configuration
  2. Deploy Jobset controller manager
  3. Create local queue
  4. Apply one of JobSet examples with defined kueue.x-k8s.io/queue-name label

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Kueue version (use git describe --tags --dirty --always):
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@stuton stuton added the kind/bug Categorizes issue or PR as related to a bug. label Jun 19, 2023
@stuton
Copy link
Contributor Author

stuton commented Jun 19, 2023

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant