File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ started prerequisites section](./getting-started.md#Prerequisites)
137137
138138#### Customizing the cluster deployment
139139
140- Here is a list of commonly overriden configuration parameters (the full list is available in ` templates/cluster-template.yaml ` ):
140+ Here is a list of commonly overridden configuration parameters (the full list is available in ` templates/cluster-template.yaml ` ):
141141
142142``` bash
143143# Cluster settings.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ An Azure Service Principal is needed for populating the controller manifests. Th
5454 az account list -o table
5555 ```
5656
57- 2 . Save your Subscription ID in an enviroment variable.
57+ 2 . Save your Subscription ID in an environment variable.
5858
5959 ``` bash
6060 export AZURE_SUBSCRIPTION_ID=" <SubscriptionId>"
@@ -66,7 +66,7 @@ An Azure Service Principal is needed for populating the controller manifests. Th
6666 az ad sp create-for-rbac --name SPClusterAPI
6767 ```
6868
69- 4 . Save the output from the above command in enviroment variables.
69+ 4 . Save the output from the above command in environment variables.
7070
7171 ``` bash
7272 export AZURE_TENANT_ID=< Tenant>
You can’t perform that action at this time.
0 commit comments