v0.1.4
Pre-release
Pre-release
To use the update API, nodes must be labeled with the 2.0.0
interface version:
bottlerocket.aws/updater-interface-version=2.0.0
To configure the use of the update API on all nodes in a cluster:
-
Ensure desired nodes are on bottlerocket
v0.4.1
or later -
Set the
updater-interface-version
to2.0.0
on nodes:
kubectl label node --overwrite=true $(kubectl get nodes -o jsonpath='{.items[*].metadata.name}') bottlerocket.aws/updater-interface-version=2.0.0