From f279e3d3c1a58a3e79a636708a6492b387bdfc60 Mon Sep 17 00:00:00 2001 From: Rob Gil Date: Mon, 13 Jan 2020 10:27:20 -0500 Subject: [PATCH] Docs updates to document manual steps --- terraform/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/README.md b/terraform/README.md index 2e252b44..8a98d7cf 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -89,6 +89,16 @@ terraform apply Check the output for errors. Sometimes the syntax is valid, but some of the configuration may be wrong and only rejected by the Azure API at run time. If this is the case, fix your mistake, and re-run. +# After running TF (Manual Steps) +After running terraform, we need to make a manual change to the VM Scale Set that is used in the kubernetes. Terraform has a bug that is not applying this as of `v1.40` of the `azurerm` provider. + +In order to get the `SystemAssigned` identity to be set, it needs to be set manually in the console. + +Navigate to the VM Scale Set for the k8s cluster you're managing (in the console). + +![SystemAssigned Identity](images/system-assigned.png) +_Just click the `Status` to `On`_ + # Shutting down and environment To shutdown and remove an environment completely as to not incur any costs you would need to run a `terraform destroy`.