Skip to content

Commit f109455

Browse files
authored
Merge pull request #585 from rsyracuse/ha-activation-warnings
LKE HA release updates
2 parents 676a835 + f6fa8b5 commit f109455

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

openapi.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7498,7 +7498,7 @@ paths:
74987498
control_plane:
74997499
type: object
75007500
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.
75027502
properties:
75037503
high_availability:
75047504
type: boolean
@@ -7639,10 +7639,18 @@ paths:
76397639
The Kubernetes version of a cluster can not be downgraded.
76407640
control_plane:
76417641
type: object
7642-
description: >
7642+
description: |
76437643
Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components.
76447644

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 Control Plane, the following changes will additionally occur:
7648+
7649+
- All nodes will be deleted and new nodes will 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.
76467654
properties:
76477655
high_availability:
76487656
type: boolean
@@ -19562,7 +19570,7 @@ components:
1956219570
control_plane:
1956319571
type: object
1956419572
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.
1956619574
properties:
1956719575
high_availability:
1956819576
type: boolean

0 commit comments

Comments
 (0)