Ismail Alidzhikov

Results 367 comments of Ismail Alidzhikov

> I am wondering about the approach of "hard-coding" this into each and every component. Currently, it's only done for `etcd`, `kube-apiserver`, and `prometheus`, but I guess we would like...

Most likely a leftover from https://github.com/gardener/gardener/issues/6898. Before https://github.com/gardener/gardener/issues/6898 in the ManagedSeed resource one of `.spec.seedTemplate` and `.spec.gardenlet` was required. That's why both of the fields were optional. But after we...

Maybe this issue exists even with `buildCommand`, I haven't checked whether it got introduced with the switch to the `hooks`.

I vaguely recall hitting it even with `buildCommand`, most likely I was wrong associating it the switch to the `hooks`. It is not super likely to hit this issue. @andrerun...

@marc1404 , I am not sure if https://github.com/gardener/gardener/pull/10958 is covering all the possible cases. The issue I am hitting now with the registry-cache extension is the following (I guess it...

For the registry-cache extension, we resolved the issue for us (ref https://github.com/gardener/gardener-extension-registry-cache/issues/305) by eliminating the skaffold hook (ref https://github.com/gardener/gardener-extension-registry-cache/pull/357).

/assign @ialidzhikov @dimitar-kostadinov