Image I'm using: Proposed images for k8s and ecs built from develop on the latest kit v2.4.0.
What I expected to happen:
Using the bootstrap commands to invoke the ephemeral storage commands, I expect the local storage to be added to an array and mounted for the paths called out in the code:
k8s
Image I'm using: Proposed images for k8s and ecs built from
develop
on the latest kit v2.4.0.What I expected to happen: Using the bootstrap commands to invoke the ephemeral storage commands, I expect the local storage to be added to an array and mounted for the paths called out in the code: k8s
ECS
I expect to see the bootstrap commands to succeed:
What actually happened: I see failures with the following issue:
This seems to be an issue with https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/sources/api/apiserver/src/server/ephemeral_storage.rs#L217 where the path isn't created yet for the
/dev/disk/by-label/
.How to reproduce the problem: Build the latest commit, and pass the above user-data to an instance that has Instance Storage attached.