gatekeeper
gatekeeper copied to clipboard
🐊 Gatekeeper - Policy Controller for Kubernetes
**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...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] I am testing gatekeeper in testing cluster. I block access to gatekeeper...
**What steps did you take and what happened:** Not able to prevent namespace deletion. Below are my OPA Gatekeeper version and constrainttemplate. **What did you expect to happen:** I expect...
**Describe the solution you'd like** This issue is to discuss the reasons why these are still in alpha. Any blocker to move to beta? **Anything else you would like to...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] Analyze the diff between GK mutation and https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3962-mutating-admission-policies so we can give...
If you set the image repository to something that is non-default, the helm chart may not update due to a tag mis-match. ``` Warning Failed 2m19s (x4 over 3m50s) kubelet...
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] Explore how we can use the interface that is in place right now to...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] **What did you expect to happen:** **Anything else you would like to...
Base on the conversation here - https://github.com/open-policy-agent/gatekeeper/pull/3476#discussion_r1711787525, we should warn users when experimental and/or deprecating flags are being used.
I have deployed a sample custom policy (audit pods with nginx images). I wrote the custom rego policy and enforced it via Azure Policy add-on. Azure Policy and gatekeeper pods...