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

[importer] Extend mapping capabilities. #1878

Merged
merged 3 commits into from Mar 21, 2024

Conversation

trasc
Copy link
Contributor

@trasc trasc commented Mar 21, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

[importer] Extend mapping capabilities.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

None

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/feature Categorizes issue or PR as related to a new feature. labels Mar 21, 2024
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 21, 2024
Copy link

netlify bot commented Mar 21, 2024

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit ed31d33
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/65fc5791e36a0d0008d40014

@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Mar 21, 2024
cmd/importer/README.md Outdated Show resolved Hide resolved

- During the mapping, if the match rule has no `priorityClassName` the `priorityClassName` of the pod will be ignored, if more than one `label: value` pairs are provided, all of them should match.
- The rules are evaluated in order.
- `skip: true` can be used to ignore the pods matching a rule.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could the user leave a rule with no priorityClassName and no labels with skip:true?

That could be a way of saying: if it doesn't match any rule above, I just don't care about this pod.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes,

-skip: true

at the end is doing that.

similarly

-toLocalQueue: user-queue2

will put all the pods in one localQueue

cmd/importer/pod/check.go Show resolved Hide resolved
cmd/importer/pod/check.go Show resolved Hide resolved
Copy link
Contributor

@alculquicondor alculquicondor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 21, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: cf2840134bd0ea1efadc0884286ff721592f5384

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alculquicondor, trasc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 21, 2024
@k8s-ci-robot k8s-ci-robot merged commit 0a2439d into kubernetes-sigs:main Mar 21, 2024
14 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.7 milestone Mar 21, 2024
@trasc trasc deleted the importer-advanced-mapping branch March 21, 2024 16:57
```

```bash
./bin/importer import -n ns1,ns2 --queuemapping-file=<mapping-file-path> --dry-run=false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could script return done or smth if the import finished successfully?

vsoch pushed a commit to researchapps/kueue that referenced this pull request Apr 18, 2024
* [cmd/importer] Advanced mapping.

* [cmd/importer] Add skip.

* Review Remarks
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants