Timofey Kirillov
Timofey Kirillov
Hi! Do you use latest 0.3.4 release https://github.com/flant/kubedog/releases/tag/v0.3.4 with k8s 1.16 support? Also follow subcommand is deprecated, better migrate to multitrack: https://github.com/flant/kubedog#multitracker-cli
Hello, thanks for reporting! By the way follow tracker is deprecated, it is better to use multitracker: https://github.com/flant/kubedog#multitracker-cli. It has a minimal viable cli support thought and namespace should be...
Pods logs (logs from program, not kube events) are shown by default and kube events and other system stuff is not shown by default. Try option `ShowServiceMessages` to show system...
Hi! Could you give more details about the problem? Is it a problem with passing multitrack configuration specs into kubedog stdin from goland? Then it would be suitable to add...
@dudicoco @daviddelucca Check this out, you can now use helm built into werf, which uses kubedog, to automatically watch all flagger canaries found in the helm chart ([werf installation](https://werf.io/installation.html?version=1.2&channel=ea&os=linux&method=trdl&arch=amd64)): ```...
Hi! If I understand your question correctly, you need to save kubedog's output when using kubedog as a library in your code. It should be possible by initializing logboek —...
Hi! I will need some free time to make refactor, maybe it will be possible during next week.
Another way to reproduce: add `image: no_such_image` into pod spec.
This is totally messed up. Actually it is `-1` by default and `-1` means "wait forever".
@rgeraskin Hi! It is totally possible to implement such tracker. Support for flagger Canary resource kind have been added recently https://github.com/werf/kubedog/pull/218. Argo Rollouts can be added in a similar way....