@@ -10,8 +10,9 @@ my-team
10
10
Hierarchical namespaces make it easier to share your cluster by making
11
11
namespaces more powerful. For example, you can create additional namespaces
12
12
under your team's namespace, even if you don't have cluster-level permission to
13
- create namespaces, and easily apply policies like RBAC and Network Policies
14
- across all namespaces in your team (e.g. a set of related microservices).
13
+ create namespaces, and easily apply policies like RBAC, Network Policies, and
14
+ (beta in v1.1) hierarchical resource quotas across all namespaces in your team
15
+ (e.g. a set of related microservices).
15
16
16
17
Learn more in the [ HNC User Guide] ( docs/user-guide ) or get started with the
17
18
instructions below!
27
28
To install HNC on your cluster, and the ` kubectl-hns ` plugin on your
28
29
workstation, follow the instructions on our [ release
29
30
pages] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/ ) .
30
- Note that versions of HNC prior to HNC v0.9 are available from our [ old
31
- repo] ( https://github.com/kubernetes-sigs/multi-tenancy/releases/ ) .
32
31
33
32
Once HNC is installed, you can try out the [ HNC
34
33
quickstart] ( docs/user-guide/quickstart.md )
@@ -43,14 +42,17 @@ feature requests will be prioritized and assigned to a milestone or backlog.
43
42
All HNC issues are assigned to an HNC milestone. So far, the following
44
43
milestones are defined or planned:
45
44
45
+ * [ v1.2] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/5 ) :
46
+ HRQ to GA; server-side listing; stability improvements (ETA late 2023)
46
47
* [ v1.1] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/3 ) :
47
- Hierarchical quotas; inclusive propagation.
48
+ Hierarchical quotas; inclusive propagation (released June 23 2023)
48
49
* [ v1.0] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/2 ) :
49
50
HNC recommended for production use (released March 31 2022)
50
- * [ v0.9] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/1 ) :
51
- move HNC to its own repo; continued stability improvements.
52
- * [ v0.1-v0.8] ( https://github.com/kubernetes-sigs/multi-tenancy/milestones ) :
53
- see our old repo for details.
51
+
52
+ ### Older versions
53
+
54
+ That versions of HNC prior to HNC v0.9 are available from our [ old
55
+ repo] ( https://github.com/kubernetes-sigs/multi-tenancy/releases/ ) .
54
56
55
57
## Contact and governance
56
58
0 commit comments