Andrey Klimentyev

Results 29 comments of Andrey Klimentyev

Is it feasible to create an inotify watch and increment a counter if it fails?

Indeed. That's why I was hesitant to open this PR in the first place. Furthermore, it's not supported in the main branch anymore: https://github.com/kubernetes/kubernetes/pull/108020

But the question stands: is it possible to merge this until more charts migrate to the proper Service .spec field? Have you taken a look at the code? Even if...

>Another possible solution could be to use a mutating admission controller on Services to properly migrate this when Services are created. Nice! Thank you. That's a better migration path that...

Here's a convo from the last year. @vlerenc sheds some light on the issue. ![image](https://user-images.githubusercontent.com/950313/93065036-e49d9200-f680-11ea-8be6-53f8c98f4e87.png) https://kubernetes.slack.com/archives/CB57N0BFG/p1573835150176400

We're doing it by changing the `.spec.template.metadata.annotations`. Basically, adding or changing any annotation there will trigger the rollout of new Machines. I encourage you to use this pattern instead of...

Thanks to https://github.com/gardener/machine-controller-manager/pull/525 we can now attach a RateLimitingInterface to the queue, and throttle Machines in CrashLoopBackoff. 1. I'd take the `backoff_manager` concept from [here](https://github.com/gardener/machine-controller-manager/pull/510/files#diff-c93df8ca29b2cef703475cbb9cc36d36). 2. Create a throttling-by-CrashLoopBackoff function...

Будто RBAC некорректен. Есть ли что-то в логах?

@granescb Кажется, есть идеи. Подскажи версию Kubernetes, пожалуйста.

Hi. Sorry for the delay. Yes, the concert is valid. I'll see if I can address it this week.