Swagat Bora
Swagat Bora
Add a **Manual instrumentation** section in `docs/tracing.md` and added details about how to use the tracing APIs to manual instrument spans in containerd. Also added a section to list the...
Rebased from main. Most of the conflicts were resolved by replacing import from "github.com/containerd/containerd/tracing" with "github.com/containerd/containerd/v2/pkg/tracing". Also manually added the changes to internal/cri/instrument/instrumented_service.go` since the file location has now changed....
Backport of #10200 This will allow moby/buildkit to pick up the change as they are still on containerd v1.7
*Issue #, if available:* * Update min supported go version to 1.8 to match `firecracker-go-sdk` * Update firecracker version to one supported in `firecracker-go-sdk` *Description of changes:* By submitting this...
Signed-off-by: Swagat Bora PR addressing #6240
Once we upgrade fireracker-go-sdk to support firecracker v1.5.0 api we should rea-dd #574 since with v1.5.0 we no longer need to pass log-path with log-level option. This will require updating...
Looks like Github already provides some guidance for renaming https://github.com/github/renaming
*Issue #, if available:* There are some tests that use `startAndWaitTask` call to wait for the container exit and also capture the logs. Sometimes, containers will exit successfully but will...
IngressPolicyIsolated ("isolated") behaves similar to ingress policy "same-bridge" with the exception that connections from the same bridge are also blocked. This is meant to be functionally equivalent to Docker network...
Hi team, I have a use-case where I need to disable intercontainer connectivity between containers attached to the same bridge network. With docker, I can pass `com.docker.network.bridge.enable_icc=false` option during `network...