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.
Copy file name to clipboardExpand all lines: docs/user-guide/concepts.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -281,13 +281,13 @@ the most restrictive quota always applies.
281
281
This way, each namespace can fairly and securely distribute their resources across
282
282
their subnamespaces.
283
283
284
-
To implement hierarchical quotas, HNC creates `ResourceQuota` objects in each
285
-
affected namespace. This is part of the internal implementation and shouldn't be modified or
286
-
inspected directly. Instead, use `kubectl hns hrq` to inspect hierarchical quotas
287
-
or, in ancestor namespaces, `kubectl get hrq`.
288
-
See the [quickstart example](quickstart.md#hrq) for reference.
284
+
> _Note: To implement hierarchical quotas, HNC creates `ResourceQuota` objects named `hrq.hnc.x-k8s.io` in each
285
+
> affected namespace. This is part of the internal implementation and shouldn't be modified or
286
+
> inspected directly. Instead, use `kubectl hns hrq` to inspect hierarchical quotas
287
+
> or, in ancestor namespaces, `kubectl get hrq`.
288
+
> See the [quickstart example](quickstart.md#hrq) for reference._
289
289
290
-
Note: Decimal point values cannot be specified in HRQ (you can't do `cpu: 1.5`, but you can do `cpu: "1.5"` or `cpu: 1500m`). See [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)
290
+
> _Note: Decimal point values cannot be specified in HRQ (you can't do `cpu: 1.5`, but you can do `cpu: "1.5"` or `cpu: 1500m`). See [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)_
Copy file name to clipboardExpand all lines: docs/user-guide/how-to.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ but across all the namespaces in a hierarchy. It allows you to distribute your r
200
200
teams, and those teams can distribute their resources between their subteams.
201
201
[Learn how it works](concepts.md#hierarchical-resource-quota) or see an [quickstart example](quickstart.md#hrq)
202
202
203
-
Note: Decimal point values cannot be specified in HRQ (you can't do `cpu: 1.5` but you can do `cpu: "1.5"` or `cpu: 1500m`). See [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)
203
+
> _Note: Decimal point values cannot be specified in HRQ (you can't do `cpu: 1.5` but you can do `cpu: "1.5"` or `cpu: 1500m`). See [#292](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/292)_
204
204
205
205
<aname="use-select"/>
206
206
@@ -495,8 +495,8 @@ namespace will be silently ignored. This will eventually
495
495
There is no need to uninstall HNC before upgrading it unless specified in the
496
496
release notes for that version.
497
497
498
-
_Note: HNC has **experimental** support for HA deployments in v1.0+. Please
499
-
contact us on Slack to discuss if you want to try it out._
498
+
> _Note: HNC has **experimental** support for HA deployments in v1.0+. Please
499
+
> contact us on Slack to discuss if you want to try it out._
0 commit comments