Difference between revisions of "Aws eks describe-update"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
  aws eks describe-update --name yourcluster-6m6eSCET  --update-id f3ee87f2-a3f8-4df4-baa8-a39c68427ab9
 
  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>
  
 
   
 
   

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: