Ed Snible
Ed Snible
@tariq1890 The fact that @GregHanson needed 26 lines of break-glass YAML to show how to do this, but @uc-dang-tiki didn't have success using Greg's example without additional help, shows the...
@tariq1890 Would it make sense to have both a default format, or default short and long formats, plus custom? Users could say `istioctl pc access log ... -verbosity=high` or `istioctl...
@olliezhu for troubleshooting, the first thing I do is `istioctl ps` to see if any of the pods aren't `SYNCED`. If they are not, it usually means Envoy rejected what...
@olliezhu There are two likely causes for your EnvoyFilter failure. It could be the Istio `workloadSelector` is not correct, or the `configPatches` is not correct. Your EnvoyFilter should select the...
@howardjohn suggests a `--dry-run` type command that shows the changes an EnvoyFilter would make to an Envoy config.
+1 Does it make sense to propose an API for admin functions such as listing the tenants known to storage, or configuring a list of acceptable tenants for WriteSpan? Or...
If I try to use /api/v3/traces to get data more than 16 months the query fails with a 500. In the example above, with a startTime of 2001 and and...
The structure seems visible when I do `kubectl explain jaeger` or `kubectl explain jaeger.spec` or `kubectl explain jaeger.spec.collector`. The description fields are not present. Is this Issue a request for...
I also desire this functionality, and I want to use the same image, quay.io/oauth2-proxy/oauth2-proxy. I see the OAuth image can be configured via `viper.GetString("openshift-oauth-proxy-image"),` in _jaeger-operator/pkg/inject/oauth_proxy.go_. I prefer the suggestion...
The current injection behavior is scary because the operator restarts pods when the annotation changes. I like it much better if the pods keep running until they are deleted/recreated. That's...