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

Feature: give us the ability to skip scheduling pods whose scheduler name is set to default-scheduler #18

Open
NickrenREN opened this issue Jan 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@NickrenREN
Copy link
Collaborator

For now, similar to kubernetes, scheduler name of godel scheduler can also be configured, users can select pods to be processed by godel scheduler by setting pod's spec.schedulerName

besides this, two types of pods will also be scheduled by godel scheduler:

  • scheduler name is set to default-scheduler
  • scheduler name is empty.

In order to avoid conflicts with kubernetes default scheduler, we can add a feature to give us the ability to skip scheduling default-scheduler pods.

@NickrenREN NickrenREN added the enhancement New feature or request label Jan 22, 2024
@NickrenREN
Copy link
Collaborator Author

@Liumeng-lambert please take a look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants