updates
Settings related to updates (
settings.updates.*
)Setting list for settings.updates
settings.updates.ignore-waves
settings.updates.metadata-base-url
settings.updates.seed
settings.updates.targets-base-url
settings.updates.version-lock
Full Reference
settings.updates.ignore-waves
Typically, updates roll out in waves.
To ignore update waves, set this value to true
which will cause the node to update immediately.
Default: false
true
false
settings.updates.metadata-base-url
The common portion of all URIs used to download update metadata.
Accepted values:- A string containing a URI fragment
[settings.updates]
metadata-base-url = "https://my-bucket.s3-us-west-2.amazonaws.com/aws-k8s-1.24/x86_64/"
apiclient set settings.updates.metadata-base-url="https://my-bucket.s3-us-west-2.amazonaws.com/aws-k8s-1.24/x86_64/"
settings.updates.seed
A value that determines how far into the update schedule the node will accept an update. Typically, you should leave this as the default random value to ensure that randomized updates in your cluster.
Default: A randomly generated u32
value
- Any
u32
value
settings.updates.targets-base-url
The common portion of all URIs used to download update files.
Default: https://updates.bottlerocket.aws/targets/
- A string containing a URI fragment
[settings.updates]
targets-base-url = "https://my-bucket.s3-us-west-2.amazonaws.com/targets/"
apiclient set settings.updates.targets-base-url="https://my-bucket.s3-us-west-2.amazonaws.com/targets/"
settings.updates.version-lock
When you issue an update request, the value determines the selected version.
Default: latest
v
plus a 3-part, dot seperated version number (e.g.v1.0.0
)latest