Artem Dvoretskiy

Results 3 issues of Artem Dvoretskiy

It's a nginx configuration issue. Listening on ipv6 socket is hardcoded in config: ``` server { listen 80 default_server; listen [::]:80 default_server; ... ``` This leads to a fatal error...

**Question.** Metac is constantly updating child objects of each custom resource, disregarding resync interval. What could be done to stop it? With decent amount of CR objects it becomes very...

I propose to check for changes in merged child object without considering lastApplied annotation. It seems that it is not guaranteed to be exactly the same after child is observed.