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

[YUNIKORN-2229] Fix GetQueueNameFromPod default use root.default #742

Closed
wants to merge 1 commit into from

Conversation

brandboat
Copy link
Member

What is this PR for?

The default queue name for the admission controller is root.default whereas in the GetQueueNameFromPod function on the shim side, the default queue name used is root.sandbox. It is necessary to ensure alignment between these two default queue names.

What type of PR is it?

  • - Bug Fix

Todos

N/A

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-2229

How should this be tested?

covered by existing unit test

Screenshots (if appropriate)

N/A

Questions:

N/A

The default queue name for the admission controller is `root.default`
whereas in the GetQueueNameFromPod function on the shim side,
the default queue name used is `root.sandbox`. It is necessary to ensure
alignment between these two default queue names.
Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

LGTM

@pbacsko pbacsko self-requested a review December 4, 2023 15:02
Copy link
Contributor

@pbacsko pbacsko left a comment

Choose a reason for hiding this comment

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

+1

@pbacsko pbacsko closed this in b0e2038 Dec 4, 2023
@brandboat brandboat deleted the YUNIKORN-2229 branch January 3, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants