Abhishek Munagekar
Abhishek Munagekar
I can contribute to the efforts, if required, if you agree with the proposal.
> Previous iterations of GCP resource detection attempted to detect container.name, k8s.pod.name and k8s.namespace.name. When using this detector, you should use this in your Pod Spec to set these using...
I was thinking of a similar issue for my organization. Kubeflow Pipelines Pure Components use inputPath to copy data. If the dataset size is large, the file might not fit...
Stack trace with Syncthing ``` root@abi-0:/# syncthing [monitor] 06:56:57 INFO: Default folder created and/or linked to new config [monitor] 06:56:57 WARNING: Error starting the main Syncthing process: exec: "syncthing": executable...
Usually it does not use glibc. In my understanding you can get it to use glibc/musl by explicitly setting CGO_ENABLED=1, which is usually not done, to support cross-platform compilation.