From 1674b87b140c2fb8f793ea7563f84781169620f6 Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Tue, 18 Jan 2022 18:41:21 -0500 Subject: [PATCH 1/3] [DO NOT MERGE] LKE HA release updates --- openapi.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 587417d0b..e990e36f9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7498,7 +7498,7 @@ paths: control_plane: type: object description: > - Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Availability for LKE is an **irreversible** change. The High Availability feature is in a **closed beta** and is not currently available to all customers. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta. + Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Availability for LKE is an **irreversible** change. properties: high_availability: type: boolean @@ -7642,7 +7642,15 @@ paths: description: > Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. - Enabling High Availability for LKE is an **irreversible** change. The High Availability feature is in a **closed beta** and is not currently available to all customers. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta. + Enabling High Availability for LKE is an **irreversible** change. + + When upgrading pre-existing LKE clusters to use the HA Conrol Plane, the following changes will additionally occur. + + - All nodes will be deleted and new nodes wil be created to replace them. + + - Any local storage (such as `hostPath` volumes) will be erased. + + - The upgrade process may take several minutes to complete, as nodes will be replaced on a rolling basis. properties: high_availability: type: boolean @@ -19562,7 +19570,7 @@ components: control_plane: type: object description: > - Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Avaialability for LKE is an **irreversible** change. The High Availability feature is in a **closed beta** and is not currently available to all customers. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta. + Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Avaialability for LKE is an **irreversible** change. properties: high_availability: type: boolean From b5df314d1e08a8165e03a088e71ff2b81dc1f7e1 Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Wed, 19 Jan 2022 15:52:53 -0500 Subject: [PATCH 2/3] typo fix --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index e990e36f9..87f781fb1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7646,7 +7646,7 @@ paths: When upgrading pre-existing LKE clusters to use the HA Conrol Plane, the following changes will additionally occur. - - All nodes will be deleted and new nodes wil be created to replace them. + - All nodes will be deleted and new nodes will be created to replace them. - Any local storage (such as `hostPath` volumes) will be erased. From f6fa8b5cd2f8b94a79d5da8b00a44388546ccbf9 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 24 Jan 2022 13:04:38 -0500 Subject: [PATCH 3/3] Typo fix --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 87f781fb1..354bca2a7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7639,12 +7639,12 @@ paths: The Kubernetes version of a cluster can not be downgraded. control_plane: type: object - description: > + description: | Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Availability for LKE is an **irreversible** change. - When upgrading pre-existing LKE clusters to use the HA Conrol Plane, the following changes will additionally occur. + When upgrading pre-existing LKE clusters to use the HA Control Plane, the following changes will additionally occur: - All nodes will be deleted and new nodes will be created to replace them.