From 3f216dd33ad650429bad747eafeabee39e91a835 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 6 Jun 2016 15:43:40 -0700 Subject: [PATCH] azure: add note about manual teardown before 1.3 --- docs/getting-started-guides/azure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/azure.md b/docs/getting-started-guides/azure.md index 17ccb9eeae..78e74e7231 100644 --- a/docs/getting-started-guides/azure.md +++ b/docs/getting-started-guides/azure.md @@ -150,6 +150,7 @@ export AZURE_DEPLOY_ID="kube-20160316-001122" $ ./cluster/kube-down.sh ``` +Prior to Kubernetes 1.3, the cluster must be deleted manually with the Azure CLI or via the Azure Portal. ### Notes