Skip to content

Add apl_enabled to LKECluster #960

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

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from
Draft
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
27 changes: 26 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23843,6 +23843,11 @@ paths:
type: "boolean"
description: "Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`."
additionalProperties: false
apl_enabled:
example: true
type: "boolean"
description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster."
x-linode-cli-display: 0
k8s_version:
x-linode-filterable: true
example: "1.27"
Expand Down Expand Up @@ -24026,6 +24031,11 @@ paths:
x-linode-cli-display: 5
type: "boolean"
description: "Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`."
apl_enabled:
example: true
type: "boolean"
description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster."
x-linode-cli-display: 0
k8s_version:
x-linode-filterable: true
example: "1.27"
Expand Down Expand Up @@ -24224,6 +24234,11 @@ paths:
x-linode-cli-display: 5
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."
apl_enabled:
example: true
type: "boolean"
description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster."
x-linode-cli-display: 0
created:
readOnly: true
example: "2019-09-12T21:25:30Z"
Expand Down Expand Up @@ -48743,7 +48758,12 @@ 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."
type: "object"
additionalProperties: false
k8s_version:
apl_enabled:
example: true
type: "boolean"
description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster."
x-linode-cli-display: 0
k8s_version:
example: "1.27"
x-linode-filterable: true
description: "__Filterable__ The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version will be deployed."
Expand Down Expand Up @@ -48987,6 +49007,11 @@ paths:
type: "boolean"
example: true
additionalProperties: false
apl_enabled:
example: true
type: "boolean"
description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster."
x-linode-cli-display: 0
tags:
example:
- "prod"
Expand Down
Loading