Martin Vladev
Martin Vladev
# Use one IDP for monitoring and logging ## Problem At the moment operators can access logging and monitoring components which are exposed via Ingress and Basic Authentication: ```console +------+...
To not be marginalised and outrun eventually, we should actively engage with the community and eventually adopt the cluster / machine API spec. See gardener/gardener#231.
**What happened**: Don't set `finalizers` on `MachineSets` and `MachineDeployments` **What you expected to happen**: Those resources managed by MCM have `machine.sapcloud.io/machine-controller-manager` finalizer. Such higher level resources should not have that...
Migration to [ComponentConfig](https://github.com/gardener/gardener/tree/master/pkg/apis/componentconfig) style configuration will allow for dynamic config reload and make flag configuration easier.
Validation and defaulting, should happen, before the resource is committed in the `etcd`. No validation or defaulting should happen in the controller: [docs](https://kubernetes.io/docs/admin/extensible-admission-controllers/#external-admission-webhooks), [setup](https://github.com/kubernetes/kubernetes/blob/release-1.9/test/e2e/apimachinery/webhook.go), [implementation](https://github.com/kubernetes/kubernetes/tree/release-1.9/test/images/webhook)
Better isolation and folder structure from `pkg/controller/machine.go` to `pkg/controller/machine/machine.go`
**Feature (What you would like to be added):** Instead of running a TLS server for the `initialization/status` and `initialization/start`, use unix domain socket (UDS) to connect from etcd -> bacup...
It should be possible to deploy 2 or more Shoots in the same network (in AWS - VPC) and configure the secure groups on the nodes, so the pods /...
**How to categorize this issue?** /area networking /kind enhancement /platform aws /priority 3 **What would you like to be added**: The ability to provision Shoot cluster in already existing VPC...
**How to categorize this issue?** /area cost /kind enchancement /priority normal /platform aws **What would you like to be added**: Allow for usage of pre-created AWS infrastructure as it would...