File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ You can create a subnamespace from the command line via `kubectl hns create chil
232232When you want to give some amount of resources to ` team-a ` , and want them to be able to
233233flexibly use resources in any of their subnamespaces, you create a ` HierarchicalResourceQuota `
234234in namespace ` team-a ` . The sum of all resources from all the subnamespaces of the
235- members wont be over the amount of resources that is configured in
236- ` HierarchicalResourceQuota ` of namespace ` team-a ` . All of the reasources of ` team-a ` are
235+ members won't be over the amount of resources that is configured in
236+ ` HierarchicalResourceQuota ` of namespace ` team-a ` . All of the resources of ` team-a ` are
237237equally shared between the applications in their subnamespaces, which is very efficient.
238238
239239In addition, you can let an org or team's admin create their own hierarchical
@@ -251,7 +251,7 @@ company-a
251251│ ...
252252...
253253```
254- Instead of each team asking from the ` cluster-admin ` to modify their ` ResourceQuota ` ,
254+ Instead of each team asking from the ` cluster-admin ` to modify their ` ResourceQuota ` ,
255255you can insert an additional "policy" namespace above each level to hold
256256the policy objects (like hierarchical quota) that the sub-admin _ cannot_
257257change, while giving them permission to create their own quotas in the
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ for any sane use case.
4747## How does HNC scale?
4848
4949HNC is deployed as a single pod with in-memory state, so it cannot scale
50- horizontally. In practice, we have found the the API throttling by the K8s
50+ horizontally. In practice, we have found the API throttling by the K8s
5151apiserver is by far the greatest bottleneck on HNC performance, which would not
5252be improved via horizontal scaling. Almost all validating webhook calls are also
5353served entirely by in-memory state and as a result should be extremely fast.
You can’t perform that action at this time.
0 commit comments