kubernetes-sigs / scheduler-plugins

Repository for out-of-tree scheduler plugins based on scheduler framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc: manifest updates to use v1 as scheduler config and multipoint

Huang-Wei opened this issue · comments

I'd propose the following doc/manifest update:

  • use v1 (instead of v1beta3) as the version of all scheduler config yamls
  • use MultiPoint to simplify configuring each plugin

/kind doc
/good-first-issue

@Huang-Wei:
This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

I'd propose the following doc/manifest update:

  • use v1 (instead of v1beta3) as the version of all scheduler config yamls
  • use MultiPoint to simplify configuring each plugin

/kind doc
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Huang-Wei: The label(s) kind/doc cannot be applied, because the repository doesn't have them.

In response to this:

I'd propose the following doc/manifest update:

  • use v1 (instead of v1beta3) as the version of all scheduler config yamls
  • use MultiPoint to simplify configuring each plugin

/kind doc
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Some plugins are still in v1beta2, do we replace them with v1 as well?

@lianghao208 v1beta2 is gone in v1.28, so d1bf6c5 aims to remove it when bumping k8s deps to v1.28. After #670 gets merged, v1beta2 will be removed from this repo.

/assign
I will handle this after #670 gets merged.