Browse Source

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

pmasl 6 năm trước cách đây
mục cha
commit
93dec24940
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.