Yevhen Hlotov

Results 11 comments of Yevhen Hlotov

@distorhead could you please show some examples of how to use `kubedog multitrack` as replacement for `follow` or `rollout`? The `multitrack` and it exits fast and isn't watching for changes...

Any chance this can get fixed? I tried to delete a volume and it says "Cannot delete volume vol-XXXX as it is currently attached to 1 node(s)". If I'm deattaching...

> can you share a reproducer? In my case the code is called by another tool, but the error appeared when I had an empty `~/.dockercfg`. But you are right...

I saw the error coming from `CreateNetwork`, so I don't know what to say about the examples.

I was able to configure a debugger the code and now I can confirm your assumption. This is a "stack trace" that produces the error: ``` # somewhere in the...

This is the new latest version of the code: https://github.com/fsouza/go-dockerclient/blob/main/auth.go#L198 ``` var confs map[string]dockerConfig if err := json.Unmarshal(byteData, &confs); err != nil { return nil, err } ``` I guess...

I second this. `helm fetch` requires `repo/chart` as argument.

It will and that is actually the problem. An empty object technically means the same.