Avi Deitcher

Results 758 comments of Avi Deitcher

Rebased now that #2773 is in. Note that I added the `pkg manifest` steps to the GitHub actions.

Build is failing, but not where I expected. Didn't you see [this error](https://github.com/lf-edge/eve/runs/8036546626?check_suite_focus=true#step:7:486) before @giggsoff and @rvs ?

As far as I can tell, it is doing a build on ubuntu_20.04 (i.e. amd64) runner as follows : ``` linuxkit -v pkg build --hash-path /home/runner/work/eve/eve --hash 0.0.0-pr2727-71d556aa-kvm --force /home/runner/work/eve/eve/dist/amd64/0.0.0-pr2727-71d556aa...

Looks like @giggsoff and I came to the same conclusions at the same time. I still wonder if `parse-pkgs.sh` should give generic tags, and not `-` tags? We can fix...

I will fix it for now, but I am not at all sure that this is the right thing to do @giggsoff . If I run `make eve`, why should...

@zededa-yuri I don't quite get what this is supposed to change. 1. How do I invoke this new build? 2. What is the net result difference of doing a "new...

@zededa-yuri let me see if I get this right. The current build system has just one patch. When you run `make HV=something eve`, it will use the base rootfs yml,...

(thanks for pointing me here @thaJeztah ) Overall, it is good to get this standardized. I think most of the naming convention here makes sense - essentially following the DNS...

> redis cluster management is a bit tedious Yeah. I had not run redis in k8s before (lots of kube, lots of redis, never together), so I had never gone...

Ugh, I am coming up against all sorts of limitations. See my SO question [here](https://stackoverflow.com/questions/45432730/redis-self-healing-cluster-or-alternative-in-cloud-kubernetes-or-swarm) basically: * When a master goes down and comes back, unless there is external persistent...