Which kubelet is in the ami? #4729
-
|
I wanted to find out if in a new release, let's say What are my means to verify the kubelet version in the ami before I would have to deploy it? I also checked the source code but there is only a package reference to kubelet, but I don't understand what it means or if it will take a 1.34.0 or another kubelet version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Bottlerocket v1.52.0 shipped with v1.34.2 kubelet. To verify the version, you can find out the bottlerocket-core-kit version the latest (or any version you are concerned about) bottlerocket shipped with. This can be found in Twoliter.toml (https://github.com/bottlerocket-os/bottlerocket/blob/v1.52.0/Twoliter.toml). For |
Beta Was this translation helpful? Give feedback.
Bottlerocket v1.52.0 shipped with v1.34.2 kubelet.
To verify the version, you can find out the bottlerocket-core-kit version the latest (or any version you are concerned about) bottlerocket shipped with. This can be found in Twoliter.toml (https://github.com/bottlerocket-os/bottlerocket/blob/v1.52.0/Twoliter.toml). For
v1.52.0, the bottlerocket-core-kit version isv12.0.1. Inside bottlerocket-core-kit you can navigate into the packages directory to find the package you are concerned with. The Cargo.toml should have the version information. For kubelet, (https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/v12.0.1/packages/kubernetes-1.34/Cargo.toml).