January 2019
Intermediate to advanced
484 pages
11h 48m
English
Upgrading the Kubernetes master involves the simple step of specifying your EKS name and desired new version, as shown in the following. This takes around 30 minutes to complete, based on the condition. Meanwhile, accessing Kubernetes API server (via kubectl) might fail. Although pods and Services won't be affected, you need to leave enough time to perform this operation:
$ aws eks update-cluster-version --name chap10 --kubernetes-version 1.11{ "update": { "status": "InProgress", "errors": [], "params": [ { "type": "Version", "value": "1.11" }, { "type": "PlatformVersion", "value": "eks.1" } ], "type": "VersionUpdate", "id": "09688495-4d12-4aa5-a2e8-dfafec1cee17", "createdAt": 1545007011.285 }}
As you ...
Read now
Unlock full access