Matthew James Briggs
Matthew James Briggs
The simplest solution might be to add these under the existing target `cargo make test`. (Note that `cargo make test` only runs `sources` tests currently. We should probably expand the...
> A better approach here might be the tool that @webern has pitched to allow for modifications of an existing image. > > We could support operations like: > >...
> How long would you plan to maintain multiple kernels for different variants? How easy or difficult would it be for ECS customers to migrate between variants? (Can they do...
> will need to use the variant-sensitive key in Cargo.toml We should consider some additional logic to ensure that the kernel is only rebuilt when switching between metal and other...
Hello @cwwarren, thank you for opening this issue. Are you using the EFS CSI driver? If so, we have a known issue that we are working on which I can...
Oh I see, sorry about that. So we're probably looking at something like this: https://github.com/kubernetes-csi/csi-driver-nfs but I don't know if anyone has tried it on Bottlerocket yet though.
We tried on our side using the NFS CSI driver and found the same dependency at issue, `/sbin/mount.nfs`. I agree we can handle this as a feature request. I am...
> when trying to use a PVC from AWS EFS (NFS) I have got the below error: I think this is different then the OP who is trying to mount...
> maybe there is already an issue open on that topic ? There was, but it was fixed. Do you mind opening a new one? I suggest a title like...
I found my way here looking for the ability to create a `Ratio`. Is that possible? Is there some minimal set of traits I could impl on `NonZeroU32` that would...