Skip to content

Commit 6b8e5b0

Browse files
authored
Merge pull request #86 from bottlerocket-os/bugbash-readme
Updated Readme.md to mention minimum Bottlerocket version requirement
2 parents 35ec468 + 4b4aca5 commit 6b8e5b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ A container instance may be skipped for update when:
6161
If draining has not completed by the end of the period, the updater will restore the instance and move to the next one.
6262
The time it takes for a task to be stopped is related to the `stopTimeout` task definition parameter and to any associated resources like load balancers.
6363
If your tasks are taking too long to drain, you can ensure that your task responds to `SIGTERM`, shorten the `stopTimeout`, or shorten the load balancer's health check and deregistration delay settings.
64+
* _Bottlerocket version is too old._
65+
The Bottlerocket ECS Updater uses newer [`apiclient update` commands](https://github.com/bottlerocket-os/bottlerocket#update-api) that were added in version [1.0.5](https://github.com/bottlerocket-os/bottlerocket/blob/develop/CHANGELOG.md#v105-2021-01-15).
66+
The SSM commands will fail if your Bottlerocket OS version is less than 1.0.5.
67+
Instances running Bottlerocket versions less than 1.0.5 need to be manually updated.
6468

6569
### Why do new container instances launch with older Bottlerocket versions?
6670

0 commit comments

Comments
 (0)