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/capi-aws.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
@@ -20,7 +20,7 @@ As soon as the bootstrap and control-plane controllers are up and running you ca
20
20
21
21
!!! note "k0smotron is currently only able to work with [externally managed](https://cluster-api-aws.sigs.k8s.io/topics/bring-your-own-aws-infrastructure.html) cluster infrastructure."
22
22
This is because in CAPA there is no way to disable it to provision all control plane related infrastructure (VPC, ELB, etc.).
23
-
This also renders k0smotron unable to dynamically edit the `AWSCluster` API endpoint details. Make sure you VPC and subnets you are planning to use full fill the [needed prerequisites](https://cluster-api-aws.sigs.k8s.io/topics/bring-your-own-aws-infrastructure.html#prerequisites).
23
+
This also renders k0smotron unable to dynamically edit the `AWSCluster` API endpoint details. Make sure your VPC and subnets you are planning to use fullfill the [needed prerequisites](https://cluster-api-aws.sigs.k8s.io/topics/bring-your-own-aws-infrastructure.html#prerequisites).
| `replicas` | Replicas is the desired number of replicas of the k0s control planes. If unspecified, defaults to 1. If the value is above 1, k0smotron requires kine datasource URL to be set. |
29
-
| `k0sImage` | The k0s image to be deployed. |
30
-
| `K0sVersion` | The k0s version to be deployed. |
| `service` | `Service` defines the service configuration. |
33
-
| `persistence` | `Persistence` defines the persistence configuration. |
34
-
| `kineDataSourceURL` | Defines the kine datasource URL. Required for HA controlplane setup. Must be set if replicas > 1. |
35
-
| `k0sConfig` | Defines k0sConfig defines the k0s configuration. Note, that some fields will be overwritten by k0smotron. If empty, will be used default configuration. More info: https://docs.k0sproject.io/stable/configuration/ |
0 commit comments