From 350d776a434e0d9d09463cd794dfdba5970b3468 Mon Sep 17 00:00:00 2001 From: Kenji Kaneda Date: Tue, 22 Jun 2021 11:23:07 -0700 Subject: [PATCH] Clarify the limitations of Azure DNS support Explicitly mention that a cluster needs to build with Gossip DNS. --- docs/getting_started/azure.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/azure.md b/docs/getting_started/azure.md index a8a2564508f90..450a18baebef6 100644 --- a/docs/getting_started/azure.md +++ b/docs/getting_started/azure.md @@ -1,9 +1,12 @@ # Getting Started with kOps on Azure Azure support on kOps is currently in alpha. The original issue -ticket is [#3957](https://github.com/kubernetes/kops/issues/3957) and -the remaining items are tracked in -[#10412](https://github.com/kubernetes/kops/issues/10412). +ticket is [#3957](https://github.com/kubernetes/kops/issues/3957). + +Please see [#10412](https://github.com/kubernetes/kops/issues/10412) +for the remaining items and limitations. For example, Azure DNS is not +currently supported, and clusters need to be created with [Gossip +DNS](https://kops.sigs.k8s.io/gossip/). # Create Creation Steps