hierarchical-namespaces
hierarchical-namespaces copied to clipboard
Home of the Hierarchical Namespace Controller (HNC). Adds hierarchical policies and delegated creation to Kubernetes namespaces for improved in-cluster multitenancy.
**Current Output:** ``` $ kubectl hns describe boss Hierarchy configuration for namespace boss Parent: bigboss Children: - workers (subnamespace) No conditions ``` **Expected Output:** ``` $ kubectl hns describe boss...
HRQ E2E test is pending now. By adding HRQ to v1.1 as a new feature, should we activate it? https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/168dd7ebae3a6fd47bdbb649b44d5f96aa1a05c5/test/e2e/hrq_test.go#L31-L33
hello. I have a question. Is it possible to use the kubectl-hns plugin in REST API form? For example, currently I am using client-go to call the k8s api when...
Hi. I'm developing new feature of opentelemetry collector to collect HierarchicalResourceQuota status data as metrics. Hierarchical-namespaces has no informer to parse HierarchicalResourceQuota object so that I have to use dynamic...
The manual installation instructions in https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/ are not up-to-date because there is nothing in https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/ it returns a 404
Adding `--included-namespace-regex` option to the helm chart. as mentioned [in the docs](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/how-to.md#including-and-excluding-namespaces-from-hnc) there is only `--included-namespace-regex` or `--excluded-namespace`. so in order to exclude all `openshift.*` namespaces I used the `--included-namespace-regex`...
This removes some dependencies on older golang.org/x/net which contain CVE-2022-41723 and CVE-2023-39325.
this PR adds the ability to use / create a serviceAccount != "default"
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.9.0 to 0.16.0. Commits 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands 59e1219 message: optimize lookupAndFormat function for better performance a20a3e2 x/text: update x/tools for go/ssa...
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.4 to 1.4.2. Release notes Sourced from github.com/go-logr/logr's releases. v1.4.2 What's Changed Fix lint: named but unused params by @thockin in go-logr/logr#268 Add a Go report card,...