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
*PLEASE NOTE*: This project is considered ALPHA quality and should NOT be used for production, as it is currently in active development. Use at your own risk. APIs, configuration file formats, and functionality are all subject to change frequently. That said, please try it out in your development and test environments and let us know how it works for you. Contributions welcome! Thanks!
Copy file name to clipboardExpand all lines: docs/src/topics/getting-started.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,22 +48,40 @@ to provision the node. If you are using a custom image ensure the [cloud_init](h
48
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
49
~~~
50
50
51
+
## Setup management cluster
52
+
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.
53
+
54
+
Use any of the following to have a base management cluster:
55
+
- Provision k8s cluster using [LKE](https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-lke-linode-kubernetes-engine)
56
+
- Bring/Use your own provisioned k8s cluster to be configured as management cluster
57
+
51
58
## Install CAPL on your management cluster
52
59
```admonish warning
53
60
The `linode-linode` infrastructure provider requires clusterctl version 1.7.2 or higher
54
61
```
55
62
Install CAPL and enable the helm addon provider which is used by the majority of the CAPL flavors
0 commit comments