From 438b4e9625769b6dd39180c2da5a3bc5d238739c Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Fri, 17 Feb 2017 21:39:22 +0400 Subject: [PATCH 1/2] fix typos in azure docs --- docs/azure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/azure.md b/docs/azure.md index 6b75f2fce..39b9a0a36 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -1,7 +1,7 @@ Azure =============== -To deploy kubespray on [Azure](https://azure.microsoft.com) uncomment the `cloud_provider` option in `group_vars/all.yml` and set it to `'azure'`. +To deploy Kubernetes on [Azure](https://azure.microsoft.com) uncomment the `cloud_provider` option in `group_vars/all.yml` and set it to `'azure'`. All your instances are required to run in a resource group and a routing table has to be attached to the subnet your instances are in. @@ -49,8 +49,8 @@ This is the AppId from the last command - Create the role assignment with: `azure role assignment create --spn http://kubernetes -o "Owner" -c /subscriptions/SUBSCRIPTION_ID` -azure\_aad\_client\_id musst be set to the AppId, azure\_aad\_client\_secret is your choosen secret. +azure\_aad\_client\_id must be set to the AppId, azure\_aad\_client\_secret is your choosen secret. ## Provisioning Azure with Resource Group Templates -You'll find Resource Group Templates and scripts to provision the required infrastructore to Azure in [*contrib/azurerm*](../contrib/azurerm/README.md) \ No newline at end of file +You'll find Resource Group Templates and scripts to provision the required infrastructore to Azure in [*contrib/azurerm*](../contrib/azurerm/README.md) From a84175b3b92313557195aa4e201a61b3ef9e7669 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Fri, 17 Feb 2017 23:27:38 +0400 Subject: [PATCH 2/2] fix typo: "infrastructore" --- docs/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure.md b/docs/azure.md index 39b9a0a36..4aeabde71 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -53,4 +53,4 @@ azure\_aad\_client\_id must be set to the AppId, azure\_aad\_client\_secret is y ## Provisioning Azure with Resource Group Templates -You'll find Resource Group Templates and scripts to provision the required infrastructore to Azure in [*contrib/azurerm*](../contrib/azurerm/README.md) +You'll find Resource Group Templates and scripts to provision the required infrastructure to Azure in [*contrib/azurerm*](../contrib/azurerm/README.md)