-
Hi Folks, Many thanks for open sourcing this project. We have a requirement where we want to patch kubernetes/kubelet. We have:
In https://github.com/bottlerocket-os/bottlerocket, Question: How do we make the TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Subject to change, since this process is new and possibly evolving, but here are the missing pieces: Core kit build and publish
AMI build, consuming custom kit.
and edit the piece starting with
Please do let us know how this works for you. |
Beta Was this translation helpful? Give feedback.
Subject to change, since this process is new and possibly evolving, but here are the missing pieces:
Core kit build and publish
Infra.toml
in the root of your core kit working tree. This file is in the.gitignore
list. The file should contain:make ARCH=aarch64 && make ARCH=x86_64
will build the kit. You may build either or both architectures to suit your needs.make publish
will tag and upload your custom kit to the registrysomething.dkr.ecr.us-west-2.amazonaws.com
where you will have to replace that registry with something more suitable.AMI build, consuming custom kit.