From 1efdef54c9561420861c00766f98516966ff4e00 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida <14937183+ykhr53@users.noreply.github.com> Date: Tue, 26 Nov 2019 04:51:10 +0000 Subject: [PATCH] add EKS cluster upgrading section (#17800) --- .../en/docs/tasks/administer-cluster/cluster-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/cluster-management.md b/content/en/docs/tasks/administer-cluster/cluster-management.md index 26b981f56e..bceb4fef96 100644 --- a/content/en/docs/tasks/administer-cluster/cluster-management.md +++ b/content/en/docs/tasks/administer-cluster/cluster-management.md @@ -63,6 +63,10 @@ Google Kubernetes Engine automatically updates master components (e.g. `kube-api The node upgrade process is user-initiated and is described in the [Google Kubernetes Engine documentation](https://cloud.google.com/kubernetes-engine/docs/clusters/upgrade). +### Upgrading an Amazon EKS Cluster + +Amazon EKS cluster's master components can be upgraded by using eksctl, AWS Management Console, or AWS CLI. The process is user-initiated and is described in the [Amazon EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html). + ### Upgrading an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster Oracle creates and manages a set of master nodes in the Oracle control plane on your behalf (and associated Kubernetes infrastructure such as etcd nodes) to ensure you have a highly available managed Kubernetes control plane. You can also seamlessly upgrade these master nodes to new versions of Kubernetes with zero downtime. These actions are described in the [OKE documentation](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengupgradingk8smasternode.htm).