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: incubator/hnc/docs/user-guide/concepts.md
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -318,8 +318,6 @@ application.
318
318
319
319
### Exceptions and propagation control
320
320
321
-
***Exceptions are only available in HNC v0.7***
322
-
323
321
By default, HNC propagates _all_ objects of a [specified type](how-to.md#admin-resources)
324
322
from ancestor namespaces to descendant namespaces. However, sometimes this is
325
323
too restrictive, and you need to create ***exceptions*** to certain policies. For example:
@@ -537,18 +535,8 @@ We are considering replacing this with the standard
537
535
538
536
This label should be added to namespaces such as `kube-system` and `kube-public`
539
537
so that HNC's validating webhook cannot accidentally prevent operations in these
540
-
namespaces and block critical cluster operations.
541
-
542
-
Before installing HNC, users can customize the excluded namespace list in the HNC
543
-
deployment with a container arg called `excluded-namespace` in
544
-
`config/manager/manager.yaml` and then set this label on the excluded namespaces.
545
-
Setting this label on namespaces that are not
546
-
listed in the HNC deployment as an `excluded-namespace` is not allowed.
547
-
548
-
As of March 2021, the default excluded namespaces listed in [config/manager/manager.yaml](https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/config/manager/manager.yaml)
549
-
are `kube-system`, `kube-public`, `hnc-system` and
550
-
`kube-node-lease`. HNC adds this label to `hnc-system` namespace by default, so
551
-
users will have to add this label to other excluded namespaces manually.
538
+
namespaces and block critical cluster operations. See [Excluding namespaces from
539
+
HNC](how-to.md#admin-excluded-namespaces) for more information.
0 commit comments