Skip to content

Commit 765d95d

Browse files
authored
Merge pull request #14062 from sdavis3/patch-2
Update create-cluster.md
2 parents 8a37db8 + 5d97b5c commit 765d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/create-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following options are available with the `az aks create` command. See the [A
4444
| `--enable-rbac` `-r` | Enable Kubernetes Role-Based Access Control. | no |
4545
| `--generate-ssh-keys` | Generate SSH public and private key files if missing. | no |
4646
| `--kubernetes-version` `-k` | The version of Kubernetes to use for creating the cluster, such as '1.7.9' or '1.9.6'. | no |
47-
| `--locaton` `-l` | Location for the auto-created resource group | no |
47+
| `--location` `-l` | Location for the auto-created resource group | no |
4848
| `--max-pods` `-m` | The maximum number of pods deployable to a node. | no |
4949
| `--network-plugin` | The Kubernetes network plugin to use. | no |
5050
| `--no-ssh-key` `-x` | Do not use or create a local SSH key. | no |

0 commit comments

Comments
 (0)