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.
Bumps [contrib.go.opencensus.io/exporter/stackdriver](https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver) from 0.13.0 to 0.13.14. Release notes Sourced from contrib.go.opencensus.io/exporter/stackdriver's releases. v0.13.8 No release notes provided. v0.13.7 No release notes provided. v0.13.6 Fixes: Flush interval reader when stopping metric...
The published binary for v1.1.0 for AMD64 requires GLIBC 2.32 or 2.34 but Debian Bullseye has 2.31. Debian Bookworm was only published ~2 weeks ago so in my opinion it...
While working on https://github.com/kubernetes-sigs/hierarchical-namespaces/pull/285, I notice that this project cannot be built with Go 1.22, so I had to install Go 1.21 to make any progress. /help
This object appears in ha.yaml twice, with all fields the same. I think kubectl is okay with this but my deployment tooling does not like it :( For now I...
Fixes Issue: #305 ``` kubectl hns create -n bigboss boss -a key1=val1,key2=val2 -l key1=val1,key2=val2 ``` Tested: Tested by hand in local test cluster; added test and validated it works with...
HierarchyConfiguration CRD is patched to make it singleton by https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/hack/crd_patches/singleton-enum-patch.sh, but metadata.namespace field is not defined there. While HNCConfiguration is global singleton, HierarchyConfiguration is namespaced singleton so there should be...
**Description:** I'm encountering an issue while attempting to bind an existing namespace to a new subnamespace-anchor resource using the `kubectl hns set` command in our Kubernetes cluster configured with hierarchical-namespaces....
Hey Team, Wanted to check if its feasible to run more than one replica of the hnc controller? https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/v1.0.0/default.yaml the hnc-controller-manager controller has replica set to 1 in the default...
Hi All, We have hnc version 1.0.0 and our customers reported that they can no longer create any ns, checking the controller logs we can see ``` {"level":"error","ts":1688395630.3355894,"logger":"hierarchyconfig.reconcile","msg":"while updating apiserver","rid":3,"ns":"hnc-xyz","error":"Internal...
Hi, I am running Hierarchical namespaces 1.0.0 on my Rancher Desktop on Mac M1. However, the hnc-controller-manager crashes with the error above and I am unable to install or update...