From 03cc1d85083797b1f6609be05304831234e85ae1 Mon Sep 17 00:00:00 2001 From: Karthik Gaekwad Date: Tue, 12 Mar 2019 13:40:39 -0500 Subject: [PATCH] Adds a section for OKE cluster upgrades (#13134) --- .../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 2908666dcb..3533a0a223 100644 --- a/content/en/docs/tasks/administer-cluster/cluster-management.md +++ b/content/en/docs/tasks/administer-cluster/cluster-management.md @@ -65,6 +65,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 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). + ### Upgrading clusters on other platforms Different providers, and tools, will manage upgrades differently. It is recommended that you consult their main documentation regarding upgrades.