m1o1
m1o1
apparently I'll need to fix some unit tests (could have sworn they were passing!) Will fix ~today~ today
Running locally, the unit tests and e2e tests are passing, but running `make test` results in a diff showing up for `bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml` and failing for that reason. The diff is...
> Please also add pull secret to the statfulset. Done
I'm not sure why the security check is failing. Don't see any logs. I just pushed a change to fix the field alignment linting issue. The linter report when I...
Pulled main into my branch which I think fixes the failing e2e test, please /retest Locally, `ensure-generate-is-noop` is still failing in `make test`, with the same diff as above. Any...
This feature would be great - also on AKS, so I'm going to try doing the workaround of listing all the possible .1 addresses in the CIDR block, but this...
I like the idea of a separate port for probes. I don't know what the admin port in linkerd gives access to, but giving unauthenticated access to it sounds scary...
Is there anything upstream in K8s planned that would enable the kubelet to have a service identity, so we can authorize the health probes only for the kubelet?
From [the docs](https://opencensus.io/tracing/span/parentspanid/): > A child span can also be a parent of a span that it spawns Seems like this is a bug in the node client. If OpenCensus...