From 165959a6f9cc6a6c8c0b45d3e794b5278e7cdbc2 Mon Sep 17 00:00:00 2001 From: Mark Beasley <87342636+gmbeasley@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:58:42 -0700 Subject: [PATCH] Update LAB_09c-Implement_Azure_Kubernetes_Service.md --- .../Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md index c999a5e5..a984d732 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -174,9 +174,9 @@ In this task, you will scale horizontally the number of pods and then number of ```sh - RESOURCE_GROUP='az104-09c-rg1' + $RESOURCE_GROUP='az104-09c-rg1' - AKS_CLUSTER='az104-9c-aks1' + $AKS_CLUSTER='az104-9c-aks1' kubectl scale --replicas=2 deployment/nginx-deployment ```