@@ -150,11 +150,11 @@ a target [management cluster] on the selected [infrastructure provider].
150
150
### Install clusterctl
151
151
The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster.
152
152
153
- {{#tabs name:"install-clusterctl" tabs:"linux ,macOS,homebrew,Windows"}}
154
- {{#tab linux }}
153
+ {{#tabs name:"install-clusterctl" tabs:"Linux ,macOS,homebrew,Windows"}}
154
+ {{#tab Linux }}
155
155
156
- #### Install clusterctl binary with curl on linux
157
- Download the latest release; on linux , type:
156
+ #### Install clusterctl binary with curl on Linux
157
+ Download the latest release; on Linux , type:
158
158
` ` ` bash
159
159
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
160
160
` ` `
@@ -196,7 +196,7 @@ clusterctl version
196
196
{{# /tab }}
197
197
{{# tab homebrew}}
198
198
199
- # ### Install clusterctl with homebrew on macOS and linux
199
+ # ### Install clusterctl with homebrew on macOS and Linux
200
200
201
201
Install the latest release using homebrew:
202
202
@@ -257,10 +257,10 @@ before getting started with Cluster API. See below for the expected settings for
257
257
{{# tab AWS}}
258
258
259
259
Download the latest binary of ` clusterawsadm` from the [AWS provider releases].
260
- {{# tabs name:"install-clusterawsadm" tabs:"linux ,macOS,homebrew"}}
261
- {{# tab linux }}
260
+ {{# tabs name:"install-clusterawsadm" tabs:"Linux ,macOS,homebrew"}}
261
+ {{# tab Linux }}
262
262
263
- Download the latest release; on linux , type:
263
+ Download the latest release; on Linux , type:
264
264
` ` `
265
265
curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:"1.x"}} -o clusterawsadm
266
266
` ` `
0 commit comments