-
Notifications
You must be signed in to change notification settings - Fork 45
Use kueue manifest from CT url #557
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Piotr Pawłowski <ppawl@google.com>
Signed-off-by: Piotr Pawłowski <ppawl@google.com>
Signed-off-by: Piotr Pawłowski <ppawl@google.com>
src/xpk/core/kueue.py
Outdated
# new_memory_limit = ( | ||
# f'{max(math.ceil(int(out) * MEMORY_SIZE_PER_VM), MIN_MEMORY_LIMIT_SIZE)}Mi' | ||
# ) | ||
kueue_controller_manager_yaml = 'https://raw.githubusercontent.com/GoogleCloudPlatform/cluster-toolkit/refs/tags/v1.57.1/modules/management/kubectl-apply/manifests/kueue-v0.12.2.yaml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kueue and CT versions can be variables
Signed-off-by: Piotr Pawłowski <ppawl@google.com>
@SujeethJinesh we are removing string with patch to kueue manager config. If you want to change limits in kueue config please come up with another way to do this. The way it is now is error prone and creates two sources of same kueue config. |
…rcomputer/xpk into ppawl-fix-kueue-manifest
Fixes / Features
Testing / Documentation
Testing details.