You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
HNC has an object called HirarchicalResourceQuota that is similar to ResourceQuota
195
-
but across all namespace tree. It allows you to distribute tour resources between
194
+
HNC has an object called `HirarchicalResourceQuota` that is similar to `ResourceQuota`
195
+
but across all the namespaces in a hierarchy. It allows you to distribute your resources between
196
196
teams, and those teams can distribute their resources between their subteams...
197
197
[learn how it works](concepts.md#hierarchical-resource-quota) or see an [quickstart example](quickstart.md#hrq)
198
198
199
+
Note: decimal point values cannot be specified in HRQ (you can't do `cpu: 1.5`). see [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)
@@ -547,6 +551,8 @@ and you can delete the hrq via simply deleting the CR:
547
551
kubectl delete hrq acme-org-hrq -n acme-org
548
552
```
549
553
554
+
Note: decimal point values cannot be specified (you can't do `cpu: 1.5`). see [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)
0 commit comments