@@ -10,8 +10,9 @@ my-team
1010Hierarchical namespaces make it easier to share your cluster by making
1111namespaces more powerful. For example, you can create additional namespaces
1212under 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).
1516
1617Learn more in the [ HNC User Guide] ( docs/user-guide ) or get started with the
1718instructions below!
2728To install HNC on your cluster, and the ` kubectl-hns ` plugin on your
2829workstation, follow the instructions on our [ release
2930pages] ( 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/ ) .
3231
3332Once HNC is installed, you can try out the [ HNC
3433quickstart] ( docs/user-guide/quickstart.md )
@@ -43,14 +42,17 @@ feature requests will be prioritized and assigned to a milestone or backlog.
4342All HNC issues are assigned to an HNC milestone. So far, the following
4443milestones are defined or planned:
4544
45+ * [ v1.2] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/5 ) :
46+ HRQ to GA; server-side listing; stability improvements (ETA late 2023)
4647* [ 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)
4849* [ v1.0] ( https://github.com/kubernetes-sigs/hierarchical-namespaces/milestone/2 ) :
4950 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/ ) .
5456
5557## Contact and governance
5658
0 commit comments