Plamen Kokanov

Results 89 comments of Plamen Kokanov

We had an out of band (slack) discussion about this PR with @Gerrit91 @breuerfelix and @einfachnuralex and it seems that blocking external traffic to the kube-apiserver when using `AuthorizationPolicies` is...

Currently only the `Bootstrapped` and `SeedSystemComponentsHealthy` are set to `Progressing` during reconciliations. `BackupBucketsReady`, `ExtensionsReady` and `GardenletReady` are still only set to `Unknown`, `True` or `False`. Should we add support for...

I plan to finish this next week. Nearly done with the first part. - [x] Add a new `conditionThreshold` for the `ExtensionsReady` condition that is managed by the [seed_extension_control](https://github.com/gardener/gardener/blob/master/pkg/gardenlet/controller/seed/seed_extension_control.go). The...

After taking a look @timebertt's proposal in https://github.com/gardener/gardener/pull/5394#pullrequestreview-876002608 and experimenting a bit here's how I plan to proceed with this: - Extensions stop updating the lastUpdateTime in the extension status...

Initially I assumed that there was only one lease per namespace (since we currently have one controller per namespace). However, I guess this is not necessarily true? There's also a...

/reopen as the new heartbeat controller has to be enabled in the extension controllers when `gardener/gardener`>=`v1.58.0` is revendored --- ### Provider Extensions - [x] Revendor g/g in [extension-provider-openstack](https://github.com/gardener/gardener-extension-provider-openstack) and enable...