-
Notifications
You must be signed in to change notification settings - Fork 256
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
[Bug] [Doc] TAS's document is wrong #3481
Comments
Yeah, this is corrupted :) , but it should not be The role of the nodeLabel is to restrict TAS nodes to a dedicated subset of nodes. You may want to do that to for example use TAS only on GPU nodes, or exclude control plane nodes. Or have two disjoint TAS pools. This may depend on the cloud provider and your use case. For example, on GKE you may want to restrict it to a dedicted node pool for GPU using: Surely we should adjust the docs, by renaming it to, for example: |
@KunWuLuan feel free to submit a PR |
Thanks mimowo. Let me understand, if I set |
This is not the intention of the The label on the ResourceFlavor is meant to constrain the pool of nodes dedicated to TAS. For example, for GKE a good candidate might be What if only some of the labels are set on nodes? TAS only considers nodes which:
cc @mwysokin |
What happened:
What you expected to happen:
I think this should be
cloud.provider.com/topology-block
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):git describe --tags --dirty --always
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: