The node capacity is the physical size of the node, and never changes. I
think you're thinking of the amount of free resources on the node, which
does change when you deploy pods to the node. To find the free resources,
subtract "Allocated resources" from "Capacity" (in "kubectl describe node").



On Mon, Jul 11, 2016 at 9:41 AM, Mayank <[email protected]> wrote:

> I have kubernetes cluster deployed on bare metal. When I deploy pods or
> use deployments with resource limits I don't see the resource being
> subtracted from there overall node capacity . Is there something specific I
> need to on the nose configuration to enable this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Containers at Google" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-containers.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to