File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ VM allocator supports following algorithms to select a host in the cluster:
4040Algorithm Description
4141============================= ========================
4242random Selects a host in the cluster randomly.
43- firstfit Selects the first available host in the cluster.
44- userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account.
45- userconcentratedpod_random Selects the host randomly aiming to keep all instances belonging to single user account in same pod .
46- userconcentratedpod_firstfit Selects the first suitable host from a pod running most instances for the user .
43+ firstfit Selects the first available host in the cluster.
44+ userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account.
45+ userconcentratedpod_random Behaves same as random algorithm .
46+ userconcentratedpod_firstfit Behaves same as firstfit algorithm .
4747firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM).
4848============================= ========================
4949
You can’t perform that action at this time.
0 commit comments