Nikolai Grigoriev

Results 24 comments of Nikolai Grigoriev

The software is (almost ;) ) never at fault :) Yes, that's exactly why I raised this [low-priority] issue. GitOps method needs help with determining if an object in K8S...

I have just reinstalled MetalLB (because I needed to recreate my little cluster)with ArgoCD and everything went up perfectly. This is what I used in my application.yaml: ``` ignoreDifferences: -...

Actually, it seems that fs.watchFile() is cross-platform and, while less efficient, should probably work for all cases. Maybe another improvement for input_file would be to add a flag that forces...

Unless your code or dependencies absolutely require Java 1.8 you should always set lower version as target. Think about your users. Not all projects are using 1.8 today. You simply...