David Chung
David Chung
Hi @YujiOshima - Let's discuss this PR. I think now that we have some useful patterns in terms of controllers vs. plugins, we should revisit this. I am thinking of...
Yeah I am not a big fan of gomock. The generated code often have problems with I turned on `go test -race`
@YujiOshima - I have a few questions: 1. Are there anything specific about the CUDA flavor that we can't combine it with the swarm flavor? For example, if we only...
@YujiOshima Thank you for your comments. I think there are a couple of areas we can work on: #### 1. Metrics / health > Health checks is pretty difficult as...
@YujiOshima > Rather than developing original agent, I agree to use Prometheus's metrics. But I am not sure of the relationship between Infrakit and Prometheus. Apart from Infrakit, deploy Prometheus...
@linsun - This is normal behavior of the terraform plugin -- it continuously call terraform apply to have terraform synchronize the desire state (the instances written as `instance-xxxx.tf.json` files on...
There have been refactoring in the playbook API and consequently the Linuxkit examples need to be fixed. I will update these shortly.
Yes I am able to reproduce this too. I think this is a case that was not covered (a bug). Previously we had considered only the nodes instances where infrakit...
Ideas on implementing this: + On a commit, compute a SHA for each group config. The group plugin stores this SHA in memory and begins the update. + As the...
Thanks for testing this out. Yes this is a surprising result, but there's a reason for it. I am glad you are finding this out and my explanations consist of...