Skip to content

Commit 3a65db7

Browse files
authored
specify helm addon install in getting started (#268)
1 parent 2dddcf9 commit 3a65db7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/topics/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ to provision the node. If you are using a custom image ensure the [cloud_init](h
4343
```
4444
4545
## Install CAPL on your management cluster
46-
1. clusterctl init --infrastructure akamai-linode
47-
46+
Install CAPL and enable the helm addon provider which is used by the majority of the CAPL flavors
47+
```bash
48+
clusterctl init --infrastructure akamai-linode --addon helm
49+
```
4850

4951
## Deploying your first cluster
5052

0 commit comments

Comments
 (0)