From d361513975d99282a19ee64460d08cb6966a84ab Mon Sep 17 00:00:00 2001 From: shauli Date: Tue, 9 Jan 2024 16:22:59 +0200 Subject: [PATCH] ami auto update --- api/services/ocean/aws/paths/amiAutoUpdate.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/services/ocean/aws/paths/amiAutoUpdate.yaml b/api/services/ocean/aws/paths/amiAutoUpdate.yaml index d0ce7c8da..a884026bf 100644 --- a/api/services/ocean/aws/paths/amiAutoUpdate.yaml +++ b/api/services/ocean/aws/paths/amiAutoUpdate.yaml @@ -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"