Skip to content

Commit fe806f4

Browse files
committed
Added note about machine count variables
1 parent 161f424 commit fe806f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/topics/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ export LINODE_CONTROL_PLANE_MACHINE_TYPE=g6-standard-2
3131
export LINODE_MACHINE_TYPE=g6-standard-2
3232
```
3333

34+
```admonish info
35+
Consider also setting the following environment variables: `CONTROL_PLANE_MACHINE_COUNT=1` and `WORKER_MACHINE_COUNT=1`. These counts can also be modified case-by-case with the `--control-plane-machine-count` and `--worker-machine-count` flags. `clusterctl` defaults these to 1 and 0, respectively, which results in a control plane-only cluster with one node.
36+
```
37+
3438
```admonish info
3539
This project uses [linodego](https://github.com/linode/linodego) for Linode API interaction.
3640
Please refer to it for more details on environment variables used for client configuration.

0 commit comments

Comments
 (0)