Skip to content

Commit 6eae42b

Browse files
committed
Fix typo
1 parent 7e821f7 commit 6eae42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cluster-capacity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ It estimates a number of instances of a given pod that are still schedulable in
1010
Possible applications:
1111

1212
* Detection of remaining schedulable resources per namespace or cluster
13-
* Load balacing of pods among federated clusters (e.g. federated cluster can have a lot of overall free resource for 40 pods but only 20 pods can be scheduled)
13+
* Load balancing of pods among federated clusters (e.g. federated cluster can have a lot of overall free resource for 40 pods but only 20 pods can be scheduled)
1414
* Monitoring of consumption of remaining schedulable resources
1515

1616
# Framework
1717

1818
The goal is to provide a framework that estimates a number of instances of a specified pod that would be scheduled in a cluster.
19-
The framework consists of a scheduler (created by the scheduler factory), loobpack REST client that intercepts requests
19+
The framework consists of a scheduler (created by the scheduler factory), loopback REST client that intercepts requests
2020
and local caches over which the estimation operates.
2121
Before each estimation is run, the framework captures the current state of the cluster.
2222
Once captured, the framework translates each REST request into corresponding local cache operation.

0 commit comments

Comments
 (0)