Replies: 1 comment 1 reply
-
Hello. I believe the issue is that there still exists The relevant configuration in the repository you linked is here.
I believe you can resolve this by removing any "updates" related configurations and also removing Let us know if that helps, or if you have any other questions! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to create a Bottlerocket variant that has in-place update (migrations) disabled.
Using
twoliter
version0.9.0
solves the build issue. However, when the AMI starts,sundog.service
fails, which prevents control container from starting. Only way to reach the instance is by using the console. Following is the log.You can find the code to reproduce the issue here.
The organization of the repo closely resembles upstream Bottlerocket repo, so with an appropriate
Infra.toml
, you can docargo make -e BUILDSYS_VARIANT=aws-dev ami
to build and publish AMI.I would really appreciate any pointers on how I might be able to fix this failure. 🙏
Beta Was this translation helpful? Give feedback.
All reactions