Skip to content

Commit

Permalink
ami auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Jan 9, 2024
1 parent eb5531b commit d361513
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/services/ocean/aws/paths/amiAutoUpdate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
post:
summary: "Initiate EKS AMI Auto Update"
description: |
Updates Cluster's Virtual Node Group Image to the latest version available, under the cluster's and the Virtual Node Groups restrictions.
Update the Ocean EKS cluster's VNGs with the latest image or the image matching the control plane's version after upgrading, by specifying ‘patch' or 'minorVersion’.
Performing this request will update the VNGs with new AMI if available, and run a cluster roll if set.
If the response is successful, the old and new AMIs will be included in the response along with the updated VNGs.
If a cluster roll is set in the request, the first response for a successful request will indicate the start of a roll.
In order to check the status of the roll, you can use the GET Roll API.
operationId: "oceanAwsAmiAutoUpdate"
tags:
- "Ocean AWS"
Expand Down

0 comments on commit d361513

Please sign in to comment.