File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
24-04-Create-AKS-NodePools-using-Terraform
24-05-Create-AKS-Cluster-Custom-VNET Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ kubectl get nodes
351351 - New Password: @AKSadmin22
352352 - Confirm Password: @AKSadmin22
353353
354-
355354## Step-13: Access Terraform created AKS Cluster
356355```
357356# Azure AKS Get Credentials with --admin
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ http://<public-ip-of-windows-app>
134134
135135## Step-08: Destroy our Terraform Cluster
136136```
137+ # Clean-Up Applications deployed
138+ kubectl delete -R -f kube-manifests
139+
137140# Change Directory
138141cd 24-04-Create-AKS-NodePools-using-Terraform/terraform-manifests-aks
139142
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ http://<public-ip-of-windows-app>
134134
135135## Step-08: Destroy our Terraform Cluster
136136```
137+ # Clean-Up Applications deployed
138+ kubectl delete -R -f kube-manifests
139+
137140# Change Directory
138141cd 24-05-Create-AKS-Cluster-Custom-VNET/terraform-manifests-aks-custom-vnet
139142
You can’t perform that action at this time.
0 commit comments