Jun

Results 164 comments of Jun

It seems to be related to the current implementation, a helmfile is used as a unit to perform checks https://github.com/helmfile/helmfile/blob/main/pkg/app/app.go#L731-L734

> Could I get an usecase for it? I could not find it because of my little knowledge. In my opinion, if containers restart, their namespaces should be reset, isn't...

@horaoen Hi, I make this PR to follow up refactor of `rust-tools`. If you are interested in it, can you help me to test it? You can specify the branch...

custom server is not yet supported

Why not consider using binary directly? IMHO, introducing daemon/api brings more complexity. Calling as a subprocess is more flexible. ref: https://github.com/containerd/nerdctl/issues/798

> Does nerdctl provide some functions indicate the binary path? I recommend using `exec.LookPath("nerdctl")` to find.

@Xuanwo I haven't started this task yet. You are free to assign.

> This issue drives me to think about why we need to store internal stages' file info inside metasrv. We can read the stage directly through management mode, otherwise, the...

I guess it's a design issue, only data written via databend will be stored in metasrv, but if metasrv does not exist data will be read from dal. You can...