Difference between revisions of "Aws eks describe-update"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
[[aws eks]] update-cluster-version
 
  
 +
aws eks describe-update --name yourcluster-6m6eSCET  --update-id f3ee87f2-a3f8-4df4-baa8-a39c68427ab9
 +
<pre>
 +
{
 +
    "update": {
 +
        "id": "f3ee87f2-a3f8-4df4-baa8-a39c68427ab9",
 +
        "status": "Successful",
 +
        "type": "VersionUpdate",
 +
        "params": [
 +
            {
 +
                "type": "Version",
 +
                "value": "1.29"
 +
            },
 +
            {
 +
                "type": "PlatformVersion",
 +
                "value": "eks.1"
 +
            }
 +
        ],
 +
        "createdAt": "2024-02-12T07:48:47.021000+01:00",
 +
        "errors": []
 +
    }
 +
}
 +
</pre>
 +
 +
 +
 +
== Related ==
  
 +
[[aws eks]] update-cluster-version
  
 
== See also ==
 
== See also ==

Latest revision as of 07:52, 12 February 2024

aws eks describe-update --name yourcluster-6m6eSCET  --update-id f3ee87f2-a3f8-4df4-baa8-a39c68427ab9
{
    "update": {
        "id": "f3ee87f2-a3f8-4df4-baa8-a39c68427ab9",
        "status": "Successful",
        "type": "VersionUpdate",
        "params": [
            {
                "type": "Version",
                "value": "1.29"
            },
            {
                "type": "PlatformVersion",
                "value": "eks.1"
            }
        ],
        "createdAt": "2024-02-12T07:48:47.021000+01:00",
        "errors": []
    }
}


Related[edit]

aws eks update-cluster-version

See also[edit]

Advertising: