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

ExtendedResourceToleration not supported #1802

Open
universam1 opened this issue Nov 8, 2024 · 1 comment
Open

ExtendedResourceToleration not supported #1802

universam1 opened this issue Nov 8, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@universam1
Copy link

Description

Observed Behavior:

When using Admission controller: ExtendedResourceToleration functionality it causes Karpenter to fail to schedule nodes.
It is defined via a resource request which will trigger the Admission controller to create a Toleration for the matching taint.

However, Karpenter presumptuously believes it should decide to fail as it "cannot provide that resources".

resources:
  requests:
    robovision.ai/monkeys: 3

Expected Behavior:

Karpenter to ignore unknown resources, the same way as ClusterAutoscaler does!

Reproduction Steps (Please include YAML):

Follow the steps in https://medium.com/robovision-ai/use-kubernetes-extendedresourcetoleration-to-keep-out-non-gpu-pods-c180f5c5e76d

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@universam1 universam1 added the kind/bug Categorizes issue or PR as related to a bug. label Nov 8, 2024
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Nov 8, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants