From c9c07d632d00f4ad758d73b70b39a7e23eaf00f8 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:57:05 -0700 Subject: [PATCH] Update LAB_09c-Implement_Azure_Kubernetes_Service.md --- .../Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md index ea647d71..16fb0cf8 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -64,10 +64,12 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the | ---- | ---- | | Subscription | the name of the Azure subscription you are using in this lab | | Resource group | the name of a new resource group **az104-09c-rg1** | + | Cluster preset configuration | **Dev/Test ($)** | | Kubernetes cluster name | **az104-9c-aks1** | | Region | the name of a region where you can provision a Kubernetes cluster | | Availability zones | **None** (uncheck all boxes) | | Kubernetes version | accept the default | + | API server availability | accept the default | | Node size | accept the default | | Scale method | **Manual** | | Node count | **1** | @@ -90,7 +92,7 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the | Setting | Value | | ---- | ---- | | Network configuration | **kubenet** | - | DNS name prefix | any valid, globally unique DNS host name | + | DNS name prefix | any valid, globally unique DNS prefix| 1. Click **Next: Integrations >**, on the **Integrations** tab of the **Create Kubernetes cluster** blade, set **Container monitoring** to **Disabled**, click **Review + create**, ensure that the validation passed and click **Create**.