This repository was archived by the owner on Apr 17, 2025. It is now read-only.
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
232
232
When you want to give some amount of resources to ` team-a ` , and want them to be able to
233
233
flexibly use resources in any of their subnamespaces, you create a ` HierarchicalResourceQuota `
234
234
in 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
237
237
equally shared between the applications in their subnamespaces, which is very efficient.
238
238
239
239
In addition, you can let an org or team's admin create their own hierarchical
@@ -251,7 +251,7 @@ company-a
251
251
│ ...
252
252
...
253
253
```
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 ` ,
255
255
you can insert an additional "policy" namespace above each level to hold
256
256
the policy objects (like hierarchical quota) that the sub-admin _ cannot_
257
257
change, 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.
47
47
## How does HNC scale?
48
48
49
49
HNC 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
51
51
apiserver is by far the greatest bottleneck on HNC performance, which would not
52
52
be improved via horizontal scaling. Almost all validating webhook calls are also
53
53
served 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