Skip to content

Commit 98abb89

Browse files
committed
Add space in command arguments
Signed-off-by: Michal Jura <[email protected]>
1 parent c41df7f commit 98abb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/01_user/01_getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order to use this provider, you need to have a management cluster available t
5353
No additional steps are required and you can install the RKE2 provider with **clusterctl** directly:
5454
5555
```bash
56-
clusterctl init --core cluster-api:v1.9.5--bootstrap rke2:v0.12.0 --control-plane rke2:v0.12.0 --infrastructure docker:v1.9.5
56+
clusterctl init --core cluster-api:v1.9.5 --bootstrap rke2:v0.12.0 --control-plane rke2:v0.12.0 --infrastructure docker:v1.9.5
5757
```
5858
5959
Next, you can proceed to [creating a workload cluster](#create-a-workload-cluster).

0 commit comments

Comments
 (0)