hierarchical-namespaces icon indicating copy to clipboard operation
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.

Results 99 hierarchical-namespaces issues
Sort by recently updated
recently updated
newest added

[email protected] (current version on master branch) has a known vulnerability which was addressed in version 1.53.0. [https://github.com/advisories/GHSA-cfgp-2977-2fmm](https://github.com/advisories/GHSA-cfgp-2977-2fmm) Please update!

lifecycle/rotten

[email protected] (currently on master branch) has a known vulnerability which was fixed in version v0.7.0. [https://github.com/advisories/GHSA-vvpx-j8f3-3w6h](https://github.com/advisories/GHSA-vvpx-j8f3-3w6h) Please update the library!

lifecycle/rotten

Versions prior 3.0.0-20220521103104-8f96da9f5d5e have a known vulnerability. [https://github.com/advisories/GHSA-hp87-p4gw-j4gq](https://github.com/advisories/GHSA-hp87-p4gw-j4gq) Current version on master branch: v3.0.0-20210107192922-496545a6307b Please upgrade! Vulnerable libraries are not allowed in production.

lifecycle/rotten

prometheus/[email protected] has a known vulnerability: [https://nvd.nist.gov/vuln/detail/cve-2022-21698](https://nvd.nist.gov/vuln/detail/cve-2022-21698) Please update library to the latest version!

lifecycle/rotten

Hi, I have successfully deployed HNC on an OCI OKE kubernetes cluster, I am trying to configure my local kubectl to be able to configure HNC on the cluster. When...

lifecycle/rotten

Hi, The link to the hns plugin version v1.1.0 and platformwindows_amd64 returns a 404. https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/v1.1.0/kubectl-hns_windows_amd64

lifecycle/rotten

Upload HNC to operator hub Advantages: - People that use operator hub will get to know HNC (makes it more popular) - Nice way to install and upgrade the operator...

lifecycle/rotten

I would like to suggest an alternative way of selecting which namespaces to enable HNC for by a label instead of the `--excluded-namespace` and `--included-namespace-regex`. We create namespaces from a...

lifecycle/rotten

Hi maintainers, I am a member of an SRE team that uses the `hierarchical-namespaces` controller in conjunction with ArgoCD for managing our Kubernetes cluster. We have been looking forward to...

lifecycle/stale

Hello, I would like to be able to define labels/annotations for a new subnamespace at the time it is created. Something along the lines of: ```sh kubectl hns create -n...