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: docs/src/reference/out.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -614,7 +614,7 @@ _Appears in:_
614
614
|`firewallID`_integer_||||
615
615
|`osDisk`_[InstanceDisk](#instancedisk)_| OSDisk is configuration for the root disk that includes the OS,<br />if not specified this defaults to whatever space is not taken up by the DataDisks |||
616
616
|`dataDisks`_object (keys:string, values:[InstanceDisk](#instancedisk))_| DataDisks is a map of any additional disks to add to an instance,<br />The sum of these disks + the OSDisk must not be more than allowed on a linodes plan |||
617
-
|`diskEncryption`_string_| DiskEncryption determines if the disks of the instance should be encrypted. || Enum: [enabled disabled] <br /> |
617
+
|`diskEncryption`_string_| DiskEncryption determines if the disks of the instance should be encrypted. The default is disabled. || Enum: [enabled disabled] <br /> |
618
618
|`credentialsRef`_[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#secretreference-v1-core)_| CredentialsRef is a reference to a Secret that contains the credentials<br />to use for provisioning this machine. If not supplied then these<br />credentials will be used in-order:<br /> 1. LinodeMachine<br /> 2. Owner LinodeCluster<br /> 3. Controller |||
619
619
|`configuration`_[InstanceConfiguration](#instanceconfiguration)_| Configuration is the Akamai instance configuration OS,<br />if not specified this defaults to the default configuration associated to the instance. |||
620
620
|`placementGroupRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectreference-v1-core)_| PlacementGroupRef is a reference to a placement group object. This makes the linode to be launched in that specific group. |||
This section contains information about [OS](./os-disk.md) and [data](./data-disks.md) disk configuration in Cluster API Provider Linode
3
+
This section contains information about [OS](./os-disk.md) and [data](./data-disks.md) disk configuration in Cluster API Provider Linode
4
+
5
+
## Disk encryption
6
+
7
+
By default, clusters are provisioned with disk encryption disabled.
8
+
9
+
For enabling disk encryption, set `spec.template.spec.diskEncryption=enabled` in your generated LinodeMachineTemplate resources when creating a CAPL cluster.
10
+
11
+
~~~admonish warning
12
+
If you see issues with cluster creation after enabling disk encryption, reach out to customer support. Its possible its disabled for your account and needs to be manually enabled.
Copy file name to clipboardExpand all lines: docs/src/topics/getting-started.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,6 @@ Please refer to it for more details on environment variables used for client con
44
44
For Regions and Images that do not yet support Akamai's cloud-init datasource CAPL will automatically use a stackscript shim
45
45
to provision the node. If you are using a custom image ensure the [cloud_init](https://www.linode.com/docs/api/images/#image-create) flag is set correctly on it
46
46
```
47
-
~~~admonish warning
48
-
By default, clusters are provisioned within VPC with disk encryption enabled. For Regions which do not have [VPC support](https://www.linode.com/docs/products/networking/vpc/#availability) yet, use the [VPCLess](./flavors/vpcless.md) flavor to have clusters provisioned. For disabling disk encryption, set `spec.template.spec.diskEncryption=disabled` in your generated LinodeMachineTemplate resources when creating a CAPL cluster.
49
-
~~~
50
47
51
48
## Setup management cluster
52
49
A clusterAPI management cluster is a kubernetes cluster that is responsible for managing the lifecycle of other child k8s clusters provisioned using Cluster API (CAPI). It serves as a control plane for provisioning, scaling, upgrading and deleting child kubernetes clusters.
0 commit comments