Skip to content

Instantly share code, notes, and snippets.

@fmuyassarov
Last active October 25, 2024 09:29
Show Gist options
  • Save fmuyassarov/7f9a3cb8221efcd6475ce6d17299a8f3 to your computer and use it in GitHub Desktop.
Save fmuyassarov/7f9a3cb8221efcd6475ce6d17299a8f3 to your computer and use it in GitHub Desktop.
Node Resource Topology (TA policy)
apiVersion: topology.node.k8s.io/v1alpha2
attributes:
- name: TopologyPolicy
value: topology-aware
kind: NodeResourceTopology
metadata:
creationTimestamp: "2024-10-25T09:23:16Z"
generation: 1
name: dev-20241025-074512
resourceVersion: "1054"
uid: fc1a069a-76bd-4223-92ef-7576e27b5aaa
zones:
- attributes:
- name: memory set
value: "0"
- name: shared cpuset
value: 1-21
- name: reserved cpuset
value: "0"
name: 'NUMA node #0'
parent: 'socket #0'
resources:
- allocatable: "92888481792"
available: "92531965952"
capacity: "92888481792"
name: memory
- allocatable: "22"
available: "21"
capacity: "22"
name: cpu
type: numa node
- attributes:
- name: memory set
value: "1"
- name: shared cpuset
value: 22-43
name: 'NUMA node #1'
parent: 'socket #0'
resources:
- allocatable: "93004992512"
available: "92648476672"
capacity: "93004992512"
name: memory
- allocatable: "22"
available: "22"
capacity: "22"
name: cpu
type: numa node
- attributes:
- name: memory set
value: 0,1
- name: shared cpuset
value: 1-43
- name: reserved cpuset
value: "0"
name: 'socket #0'
parent: root
resources:
- allocatable: "185893474304"
available: "185536958464"
capacity: "185893474304"
name: memory
- allocatable: "44"
available: "43"
capacity: "44"
name: cpu
type: socket
- attributes:
- name: memory set
value: "2"
- name: shared cpuset
value: 44-65
name: 'NUMA node #2'
parent: 'socket #1'
resources:
- allocatable: "93004988416"
available: "92648472576"
capacity: "93004988416"
name: memory
- allocatable: "22"
available: "22"
capacity: "22"
name: cpu
type: numa node
- attributes:
- name: memory set
value: "3"
- name: shared cpuset
value: 66-87
name: 'NUMA node #3'
parent: 'socket #1'
resources:
- allocatable: "92997689344"
available: "92641173504"
capacity: "92997689344"
name: memory
- allocatable: "22"
available: "22"
capacity: "22"
name: cpu
type: numa node
- attributes:
- name: memory set
value: 2,3
- name: shared cpuset
value: 44-87
name: 'socket #1'
parent: root
resources:
- allocatable: "186002677760"
available: "185646161920"
capacity: "186002677760"
name: memory
- allocatable: "44"
available: "44"
capacity: "44"
name: cpu
type: socket
- attributes:
- name: memory set
value: 0,1,2,3
- name: shared cpuset
value: 1-87
- name: reserved cpuset
value: "0"
name: root
resources:
- allocatable: "371896152064"
available: "371539636224"
capacity: "371896152064"
name: memory
- allocatable: "88"
available: 86500m
capacity: "88"
name: cpu
type: virtual node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment