Skip to content

Commit f821bbc

Browse files
committed
node: topologymgr: Impact of feature on SLIs/SLOs due to scale
Signed-off-by: Swati Sehgal <[email protected]>
1 parent 1f423cf commit f821bbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

keps/sig-node/693-topology-manager/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,10 @@ No.
861861

862862
No.
863863

864+
This feature is not impacted by the scale of the cluster (number of nodes in the cluster) as that is not relevant and is not factored into the alignment algorithm. It is the scheduler that has to deal with the scalability aspect and determine nodes that can fulfill the resources requested by the pod. If this feature is turned off, the scheduler would still have to perform the same computation as it would if this feature was enabled. Hence, this feature is not impacted by scale or impacts the scalability of a cluster.
865+
866+
Also, the resource alignment logic is executed at pod admission time which is prior to pod startup so there shouldn't be any impact on pod startup latency. The check at admission is to determine if the pod is suitable to be admitted on the node based on the configured policy. If considered suitable, the pod proceeds to startup (following which the pod startup latency is measured).
867+
864868
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
865869

866870
No reported or known increase in resource usage.

0 commit comments

Comments
 (0)