James Sturtevant

Results 650 comments of James Sturtevant

It is in the release notes for v1.29.3: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v1292

I don't know much about Rancher but reading the release notes: https://docs.rke2.io/release-notes/v1.29.X#release-v1295rke2r1 it seems they didn't bring this change in?

/assign @marosset @aravindhp

We could potentially change this. At one-point during the initial designs we didn't have this restraint. The tricky part is communicating back which components are tied to which layer, so...

I was thinking about this a bit more. I have a few questions to help me understand the use case a bit more the Kubernetes env. (From a dev, perspective...

> Currently in the shim when a layer is rewritten the descriptor from the original layer is used to construct a `WasmLayer` to return from `load_modules`; to evolve this, can...

> Can we just start with Linux? I'll follow up with WS as the next step. I guess this is fine though I don't see why it's a blocker. If...

Thanks, I don't often use Visual Studio anymore, I will have to get this set up to try it out. The `BytecodeAlliance.Componentize.DotNet.Wasm.SDK` should be adding the package reference to `Microsoft.DotNet.ILCompiler.LLVM`,...

I was able to reproduce the first three but the last one works: ``` sudo TEST_RUNTIME="io.containerd.runc.v2-rs" EXTRA_TESTFLAGS="-run TestTaskResize" make integration INFO[0000] running tests against containerd revision=3dce8eb055cbb6872793272b4f20ed16117344f8 runtime=io.containerd.runc.v2-rs snapshotter= version=1.6.21 INFO[0000]...

For TaskRisize I have a script that ran it continously and it is flaky: on the 190th run locally: ``` INFO[0000] start to pull seed image image="ghcr.io/containerd/busybox:1.32" === RUN TestTaskResize...