ItielOlenick
ItielOlenick
Coming from https://github.com/open-telemetry/opentelemetry-operator/blob/main/cmd/otel-allocator/README.md#service--pod-monitor-endpoint-credentials which mentions: "your collector instance needs to have the particular secret mounted as a file at the correct path". How would one achieve this? What is the...
Isn't that only applicable for bearer token? What about basic auth? On Mon, Feb 19, 2024, 12:07 Mikołaj Świątek ***@***.***> wrote: > @ItielOlenick it is whatever you set it >...
Still an issue, and leads to a greater issue. Having one or multiple headless services that target pods on the same node will break external dns, since duplicate records are...
/remove-lifecycle rotten
/remove-lifecycle rotten
@hors Not really. Look at the error: ``` Job.batch \"xb-backup1\" is invalid: [spec.template.spec.containers[0].env[4].valueFrom.secretKeyRef.name: Invalid value: \"\" ``` It clearly tries to extract the secretref from a secret named `""` Issue...
@hors Thank you! Any chance you can have a look at https://perconadev.atlassian.net/browse/PXB-3270 while you are at it? The docs state that: > Using AWS EC2 instances for backups makes it...
> [@jgrigg](https://github.com/jgrigg) I had the exact same hack idea several years ago as well. It works flawlessly ever since. The golang repo produces two binaries. > > 1. A shell...
Reading through this leaves me a bit puzzled; We can already achieve the same behavior by adding a sleep to a sidecar container's command, its just wasteful. How do the...