Rafael Franzke
Rafael Franzke
**How to categorize this issue?** /area scalability /kind enhancement /priority normal **What would you like to be added**: There is a new alpha feature since 1.18, see https://kubernetes.io/docs/concepts/cluster-administration/flow-control/, which can...
**What happened**: MCM does not update the `.status.failedMachine` of the `MachineDeployment` after the `.status.lastOperation` of the `Machine` changes (e.g., from `Failed` -> `Processing` (e.g., after the credentials have been fixed)):...
**What would you like to be added**: It would be nice to have a trigger for a rollout of the machines without the necessity to change the machine class reference....
Similar to #1440, this PR adds a new `pkg/webhook/authorization/` package for setting up the `ServeHTTP` func for the webook server to be able to handle `SubjectAccessReview.authorization.k8s.io/(v1,v1beta1)` requests. It allows third-party...
**How to categorize this PR?** /area security open-source /kind enhancement **What this PR does / why we need it**: Promote `Shoot{C,S}ARotation` feature gates to GA (promoted to beta with #6252)....
**How to categorize this PR?** /area dev-productivity scalability /kind enhancement **What this PR does / why we need it**: Refactor the `ControllerInstallation` controller to `controller-runtime`. It consists of several reconcilers,...
/area open-source /kind enhancement /priority 3 /topology garden seed shoot Kubernetes v1.25 has been released, find the changelog here: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md Work can be started and pushed to the [`kubernetes-v1.25`](https://github.com/gardener/gardener/tree/kubernetes-v1.25) branch....
**How to categorize this issue?** /area dev-productivity monitoring /kind enhancement **What would you like to be added**: The monitoring stack should be migrated from the current custom-built Helm charts to...
/area open-source /kind enhancement /priority 3 /topology garden seed shoot Kubernetes v1.29 is getting released on December 13th, you'll find the changelog here: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md There is [this guide](https://github.com/gardener/gardener/blob/master/docs/development/new-kubernetes-version.md) for developers...
/area dev-productivity /kind enhancement For historic reasons, shoot control plane components are applied directly via the client ([example](https://github.com/gardener/gardener/blob/c6d41732d58e221abba2db5ec67dfe75ff8c72d4/pkg/component/kubescheduler/kube_scheduler.go#L211-L231)) while system components are deployed via `ManagedResource`s ([example](https://github.com/gardener/gardener/blob/c6d41732d58e221abba2db5ec67dfe75ff8c72d4/pkg/component/coredns/coredns.go#L131-L138)). Using `ManagedResource`s has multiple...