You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7498,7 +7498,7 @@ paths:
7498
7498
control_plane:
7499
7499
type: object
7500
7500
description: >
7501
-
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.
7501
+
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.
7502
7502
properties:
7503
7503
high_availability:
7504
7504
type: boolean
@@ -7642,7 +7642,15 @@ paths:
7642
7642
description: >
7643
7643
Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components.
7644
7644
7645
-
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.
7645
+
Enabling High Availability for LKE is an **irreversible** change.
7646
+
7647
+
When upgrading pre-existing LKE clusters to use the HA Conrol Plane, the following changes will additionally occur.
7648
+
7649
+
- All nodes will be deleted and new nodes wil be created to replace them.
7650
+
7651
+
- Any local storage (such as `hostPath` volumes) will be erased.
7652
+
7653
+
- The upgrade process may take several minutes to complete, as nodes will be replaced on a rolling basis.
7646
7654
properties:
7647
7655
high_availability:
7648
7656
type: boolean
@@ -19562,7 +19570,7 @@ components:
19562
19570
control_plane:
19563
19571
type: object
19564
19572
description: >
19565
-
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.
19573
+
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.
0 commit comments