Mikel Jason
Mikel Jason
Got the same error in first place. Check if the database service's log contains `mysqld: Can't create/write to file '/var/lib/mysql/is_writable' (Errcode: 13 - Permission denied)`. I was able to solve...
Thanks for the rollback guys!
>You should just remove the kube-proxy addon from your cluster. In case someone still stumbles across this, here's how to remove unmanaged EKS addons: https://repost.aws/questions/QUNDJ0XuXpRgKHvg7J6JMFxA/how-to-properly-uninstall-eks-unmanaged-add-ons#AN-RJvm0ZnQf6R3dUDDfio7g ```sh $ aws eks create-addon...
I can contribute to this, but I need guidance here. What would we want to do? I see options: - Introduce `deploymentAnnotations` similar to `podAnnotations`. But when using `OpenTelemetryCollector`, `params.OtelCol.Spec.PodAnnotations`...
>This is not an unreasonable request, but it creates a lot of problems if we follow the logic to its conclusion. Why should the annotations be propagated only to the...
Sure, I'll take a look next week once I'm back in the office
Added to E2E tests (both OTelCol and TA CR). The E2E test failed in the run before (targetallocator-metrics) was a time-out, succeeds when running locally (same k8s version) E2E test...
Solved and rebased. `DONE 1849 tests, 3 skipped in 116.096s` FYI I found out I can run the tests with `make test` while `go test` as explained in the contrib...
Thanks, commented. From my side I'd leave this as is for now, close it if your opinion on the matter is settled. FYI There are unit tests failing, but in...