David Bernard
David Bernard
Thanks for the detailed answer. Why not extend the subject `ticket` (with predicate `initialCommit` or `started`)? As - The beginning (this event) and the end (when the ticket is closed...
I release a new version of `axum-tracing-opentelemetry` with the missing feature flag "tracing_level_info". Bad new, this version is for opentelemetry 0.24 and the auto-bump version releases `axum-tracing-opentelemetry` with version 0.19.1
opentelemetry use static variables, you should not have multiple version of opentelemetry (else tracer could not be connected to your configured exporter,...) ```sh # Check only one version of opentelemetry_api...
Thank you for reporting (with the log). I'm releasing version 0.20.3 with `http-proxy` enabled. Please re-open if you still have the issue.
It's a permission issue, do you have the permissions to list nodes with the current kube's config. ``` kubectl get nodes ```
Maybe a stupid question, From my research, kubectl seems to ignore HTTPS_PROXY in a lot of cases (eg, loopback), and the documentation only mentions proxy for [socks5](https://kubernetes.io/docs/tasks/extend-kubernetes/socks5-proxy-access-api/). I also saw...
Thank you @upszot, but can you try 'unset HTTP_PROXY HTTPS_PROXY ...' then run `k topnodes`? To confirm that `kubectl` use it or not (it's not clear from the documentation, and...
Thank you for the feedback. It confirms what I read in some places: kubectl ignores `HTTP_PROXY`, `http_proxy`, `HTTPS_PROXY`, and `https_proxy`. I'll look at the underlying library used to manage the...
Hi, The main issue is the relationship between the pod (using resources) and the service: - it's n-n relations: a pod can be used by 0-n service, and service uses...
If the purpose is to document, why not use the field `description` or `examples` (or a custom field `x-...`)? https://json-schema.org/understanding-json-schema/reference/annotations You should not only consider those schemas as a way...