gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

🐊 Gatekeeper - Policy Controller for Kubernetes

Results 271 gatekeeper issues
Sort by recently updated
recently updated
newest added

**What steps did you take and what happened:** [A clear and concise description of what the bug is.] We are running load test on a policy making an external_data call...

bug

**Describe the solution you'd like** Not sure if I got it wrong, but by searching around the repo & looking at the Helm charts I see no way of setting...

enhancement

**What this PR does / why we need it**: only set matchConditions on webhooks when the list in values is not empty empty matchConditions gets ommited by kubernetes and when...

**What this PR does / why we need it**: https://github.com/open-policy-agent/gatekeeper/pull/3343 introduced `matchConditions` support in webhooks, which is great. However for Kubernetes < 1.30, this feature is behind a feature gate,...

**Describe the solution you'd like** would be nice if the following statements only set this matchConditions if the value .Values.validatingWebhookMatchConditions is not [] empty ``` kind: ValidatingWebhookConfiguration {{- if ge...

enhancement

**What this PR does / why we need it**: Adds an option to opt out of serviceAccount creation, much like the .Values.rbac.create already does. Additionally, allows for serviceAccountNames to be...

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 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,...

dependencies
go

**What steps did you take and what happened:** I scaled my deployment from 1 replica to 3, and it takes up to 20 seconds before the first pod is created,...

bug

**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when the PR gets...

**Describe the solution you'd like** Interpolation in mutation hooks. Is this possible today? ``` apiVersion: mutations.gatekeeper.sh/v1 kind: Assign metadata: name: demo-dns-config spec: applyTo: - groups: [""] kinds: ["Pod"] versions: ["v1"]...

enhancement