From cbf4781822ecda757bf96ee92e239dd8c7e4cd52 Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:24:43 +0200 Subject: [PATCH] fix(clustertool): remove MutatingAdmissionPolicy (need for kubelet 1.34.0) (#39196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** As discussed removed MutatingAdmissionPolicy in the patches. https://kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/ When people want to continue use it, it needs to be added after upgrading again but than with `v1beta1=true` ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- clustertool/embed/generic/patches/controlplane.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/clustertool/embed/generic/patches/controlplane.yaml b/clustertool/embed/generic/patches/controlplane.yaml index 850730957c8..45154c6bb55 100644 --- a/clustertool/embed/generic/patches/controlplane.yaml +++ b/clustertool/embed/generic/patches/controlplane.yaml @@ -19,8 +19,6 @@ cluster: apiServer: extraArgs: enable-aggregator-routing: "true" - feature-gates: MutatingAdmissionPolicy=true - runtime-config: admissionregistration.k8s.io/v1alpha1=true admissionControl: - name: PodSecurity configuration: