Browse Source

Merge branch 'master' of https://github.com/Microsoft/tigertoolbox

pmasl 6 years ago
parent
commit
93dec24940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sessions/Winter-Ready-2019/Lab-Kubernetes.md

+ 1 - 1
Sessions/Winter-Ready-2019/Lab-Kubernetes.md

@@ -27,7 +27,7 @@ Purpose: In this lab you will deploy multiple SQL Server pods along with Availab
 
   **Step 2.3 -** Execute the below command to get a list of all the deployments in your namespace. 
   
-  `kubectl get all -n ag1`
+  `kubectl get all -n <namespace_name>`
     
 **Step 3 -** Connect to the SQL Server Primary Replica to create a database and add the database to the Availability Group.