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 [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.26.5 to 0.30.1. Commits 8fb26d7 Update dependencies to v0.30.1 tag ceb92ba Merge remote-tracking branch 'origin/master' into release-1.30 60fc039 Update x/net for CVE-2023-45288 c8b7f6a Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf...
For some deployments 3 replicas are a bit too much. Let's parametrize it.
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.6 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] v1.33.0 1.33.0...
This updates golang.org/x/tools to a later version which fixes the crash in https://github.com/kubernetes-sigs/controller-tools/issues/880, which I believe is what is happening on the current main branch in this repository. I'm really...
add imagePullSecrets and respective templating. default: ``` imagePullSecrets: [] ``` templating: ``` {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 2 }} {{- end }} ``` example: ```...
## What type of PR is this?: /kind documentation ## What this PR does / why we need it: When attempting to update helm template, we should update `/hack/helm_patches/update-helm.sh` instead...
I found a case where there is always a diff between the `HierarchicalResourceQuota` resource and the manifest. The following manifest can be used to reproduce the problem. ```yaml apiVersion: hnc.x-k8s.io/v1alpha2...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/gorilla/mux's releases. Release v1.8.1 What's Changed build: CircleCI 2.1 + build matrix by @elithrar in gorilla/mux#595 Include "404" and "405"...
I like to use terraform by converting my k8 manifests to terraform using https://github.com/jrhouston/tfk8s. This is what terraform recommends here - https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest#importing-existing-kubernetes-resources-as-kubernetes_manifest I download the manifest file from https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/v1.1.0/default.yaml then...
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.4.0 to 0.5.1. Release notes Sourced from honnef.co/go/tools's releases. Staticcheck 2024.1.1 (v0.5.1) This release fixes the detection of the used Go version when Go was compiled with...