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
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.
7478
+
properties:
7479
+
high_availability:
7480
+
type: boolean
7481
+
description: >
7482
+
Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`.
7483
+
example: true
7474
7484
responses:
7475
7485
'200':
7476
7486
description: Kubernetes cluster creation has started.
@@ -7490,6 +7500,9 @@ paths:
7490
7500
"region": "us-central",
7491
7501
"k8s_version": "1.21",
7492
7502
"tags": ["ecomm", "blogs"],
7503
+
"control_plane": {
7504
+
"high_availability": true
7505
+
},
7493
7506
"node_pools": [
7494
7507
{
7495
7508
"type": "g6-standard-4",
@@ -7600,6 +7613,18 @@ paths:
7600
7613
7601
7614
7602
7615
The Kubernetes version of a cluster can not be downgraded.
7616
+
control_plane:
7617
+
type: object
7618
+
description: >
7619
+
Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components.
7620
+
7621
+
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.
7622
+
properties:
7623
+
high_availability:
7624
+
type: boolean
7625
+
description: >
7626
+
Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`.
7627
+
example: true
7603
7628
responses:
7604
7629
'200':
7605
7630
description: Returns a single Kubernetes cluster.
@@ -7637,6 +7662,9 @@ paths:
7637
7662
-X PUT -d '{
7638
7663
"label": "lkecluster54321"
7639
7664
"tags" : ["ecomm", "blog", "prod", "monitoring"]
7665
+
"control_plane": {
7666
+
"high_availability": true
7667
+
},
7640
7668
"k8s_version": "1.17"
7641
7669
}' \
7642
7670
https://api.linode.com/v4/lke/clusters/12345
@@ -19099,6 +19127,16 @@ components:
19099
19127
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
19100
19128
and the latest supported patch version will be deployed.
19101
19129
example: "1.21"
19130
+
control_plane:
19131
+
type: object
19132
+
description: >
19133
+
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.
19134
+
properties:
19135
+
high_availability:
19136
+
type: boolean
19137
+
description: >
19138
+
Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`.
0 commit comments