Skip to content

LKE HA release updates #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -7639,10 +7639,18 @@ 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. 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 Control Plane, the following changes will additionally occur:

- All nodes will be deleted and new nodes will 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
Expand Down Expand Up @@ -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
Expand Down