Vadim Aleksandrov
Vadim Aleksandrov
Скорее всего проблема возникает, когда не указывается `--ignored-images` [Здесь](https://github.com/deckhouse/k8s-image-availability-exporter/blob/358c329a196c3351bf11741eb74bd70ee65922f7/main.go#L68-L72) парсинг [Здесь](https://github.com/deckhouse/k8s-image-availability-exporter/blob/358c329a196c3351bf11741eb74bd70ee65922f7/pkg/registry_checker/checker.go#L205-L211) обработка Мы тоже натолкнулись на эту проблему и после указания несуществующего image в ignored-images метрики появились Если значение для...
> @verdel Возможно пофиксить? Я уже закинул PR #57
@zuzzas можно попросить о ревью PR #57?
>But I found the nslookup in both alpine:3.12 and alpine:3.12.0 doesn't use search option when the number of dots in name is equal or greater than 1. In test pod...
@nikola-jokic, a quick question. Do I understand correctly that the empty message [here](https://github.com/actions/actions-runner-controller/blob/9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6/cmd/ghalistener/listener/listener.go#L163-L174) occurs because when the [GetMessage](https://github.com/actions/actions-runner-controller/blob/9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6/github/actions/client.go#L551) function is called, if there are no messages in the queue, the...
Is it normal behavior that the `PatchID` in the `EphemeralRunnerSet` will be [reset](https://github.com/actions/actions-runner-controller/blob/b4bd2e8a4582e3d1fbd378502bd8ae649411a195/cmd/ghalistener/worker/worker.go#L230-L231) to 0 for each empty batch?
> It should be okay, since patch ID 0 would only mean: "make sure this state is matched" Thank you very much for the detailed explanation.
@nikola-jokic, and I still have a question; perhaps you could help with some additional information. The empty message (empty batch) [here](https://github.com/actions/actions-runner-controller/blob/9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6/cmd/ghalistener/listener/listener.go#L163-L174) occurs because when the [GetMessage](https://github.com/actions/actions-runner-controller/blob/9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6/github/actions/client.go#L551) function is called, if...
> Only when the scale set is completely idle, i.e. there are no jobs coming and there are no busy runners, only then we "force" the min runners state How...
Let's summarize to make sure we understand all the cases in the same way. Originally, the whole idea of this patch was to restore the number of runners in the...