Ivan Mikheykin
Ivan Mikheykin
@tst2005 jq 1.6 is drastically less performant. See #2069. A fix is in master for a long time #1817. `1.7rc.1` is a great idea!
`follow` mode works as expected — wait forever. `rollout track` timeout problem is reproducible with results similar to that in tg discussion: Nonexisting Pod: ``` $ time ./kubedog rollout track...
https://github.com/flant/kubedog/blob/master/cmd/kubedog/main.go#L39 It is a reasonable CLI default for `rollout track` mode that should not hang a CI job forever. `kubedog rollout track --timeout 0` to track forever. Werf use 0...
Шифровать разными ключами? Подсунул ключ, доступно для редактирования только то, что расшифровалось. Подсунул другой, правишь продовые секреты.
`clickhouse.externalEndpoints` is a list of IPs for `Endpoints` resource. `Endpoints` spec is not supported hostnames: https://github.com/kubernetes/kubernetes/issues/13358 `clickhouse.server` is the name for the `Service` resource, it is not a hostname of...
Too much changes in one PR. It'll be better if focus on fluentd here. And please, do not commit your specific values.yaml.
OK. This PR is a workaround for hierarchical JSON problem mentioned in #111. It is applicable if json log contains a specific key. We need a more generalized approach to...
This issue also prevents using loghouse through api proxy with url like this: http://127.0.0.1:32769/api/v1/namespaces/loghouse/services/tabix:http/proxy/#/login
There are many improvements in #137. Can you check a new release v0.3.0 in GKE?
PR #115 contains a workaround for hierarchical JSON problem. It is applicable if json log contains a specific key. I think we need a more generalized approach to this problem....