文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
DescribeUpdate
搭配 CLI 使用
下列程式碼範例示範如何使用 DescribeUpdate
。
- CLI
-
- AWS CLI
-
範例 1:描述叢集的更新
下列
describe-update
範例說明名為 之叢集的更新。aws eks describe-update \ --name
my-eks-cluster
\ --update-id10bddb13-a71b-425a-b0a6-71cd03e59161
輸出:
{ "update": { "id": "10bddb13-a71b-425a-b0a6-71cd03e59161", "status": "Successful", "type": "EndpointAccessUpdate", "params": [ { "type": "EndpointPublicAccess", "value": "false" }, { "type": "EndpointPrivateAccess", "value": "true" } ], "createdAt": "2024-03-14T10:01:26.297000-04:00", "errors": [] } }
如需詳細資訊,請參閱 Amazon EKS 使用者指南中的更新 Amazon Word 叢集 Kubernetes 版本。 EKS
範例 2:描述叢集的更新
下列
describe-update
範例說明名為 之叢集的更新。aws eks describe-update \ --name
my-eks-cluster
\ --update-ide4994991-4c0f-475a-a040-427e6da52966
輸出:
{ "update": { "id": "e4994991-4c0f-475a-a040-427e6da52966", "status": "Successful", "type": "AssociateEncryptionConfig", "params": [ { "type": "EncryptionConfig", "value": "[{\"resources\":[\"secrets\"],\"provider\":{\"keyArn\":\"arn:aws:kms:region-code:account:key/key\"}}]" } ], "createdAt": "2024-03-14T11:01:26.297000-04:00", "errors": [] } }
如需詳細資訊,請參閱 Amazon EKS 使用者指南中的更新 Amazon Word 叢集 Kubernetes 版本。 EKS
範例 3:描述叢集的更新
下列
describe-update
範例說明名為 之叢集的更新。aws eks describe-update \ --name
my-eks-cluster
\ --update-idb5f0ba18-9a87-4450-b5a0-825e6e84496f
輸出:
{ "update": { "id": "b5f0ba18-9a87-4450-b5a0-825e6e84496f", "status": "Successful", "type": "VersionUpdate", "params": [ { "type": "Version", "value": "1.29" }, { "type": "PlatformVersion", "value": "eks.1" } ], "createdAt": "2024-03-14T12:05:26.297000-04:00", "errors": [] } }
如需詳細資訊,請參閱 Amazon EKS 使用者指南中的更新 Amazon Word 叢集 Kubernetes 版本。 EKS
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 DescribeUpdate
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此 cmdlet 會針對您的 Amazon EKS 叢集或相關聯的受管節點群組傳回更新的相關描述性資訊。
Get-EKSUpdate -Name "PROD" -UpdateId "ee708232-7d2e-4ed7-9270-d0b5176f0726"
輸出:
CreatedAt : 12/25/2019 5:03:07 PM Errors : {} Id : ee708232-7d2e-4ed7-9270-d0b5176f0726 Params : {Amazon.EKS.Model.UpdateParam} Status : Successful Type : LoggingUpdate
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 DescribeUpdate。
-
DescribeNodegroup
ListClusters