We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to AND conditions but I noticed that when I provide two --node-labels arguments it only pays attention to the last ne
AND
--node-labels
$ kube-capacity --node-labels karpenter.sh/nodepool=karpenter-pulsar-node-karpenter-node --sort cpu.util | wc -l 31 $ kube-capacity --node-labels beta.kubernetes.io/instance-type=c6a.8xlarge --util --sort cpu.util | wc -l 49 $ kube-capacity --node-labels karpenter.sh/nodepool=karpenter-pulsar-node-karpenter-node --node-labels beta.kubernetes.io/instance-type=c6a.8xlarge --util --sort cpu.util | wc -l 49 $ kube-capacity --node-labels beta.kubernetes.io/instance-type=c6a.8xlarge --util --node-labels karpenter.sh/nodepool=karpenter-pulsar-node-karpenter-node --sort cpu.util | wc -l 31
Probably the documentation should be adjusted to clarify or perhaps the command line should reject it or warn?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to
AND
conditions but I noticed that when I provide two--node-labels
arguments it only pays attention to the last neProbably the documentation should be adjusted to clarify or perhaps the command line should reject it or warn?
The text was updated successfully, but these errors were encountered: