Skip to content

Commit 4f77159

Browse files
committed
Welcome to Stack Simplify
1 parent b0bf0a0 commit 4f77159

File tree

3 files changed

+6
-1
lines changed
  • 24-Azure-AKS-Terraform

3 files changed

+6
-1
lines changed

24-Azure-AKS-Terraform/24-03-Create-AKS-Cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

24-Azure-AKS-Terraform/24-04-Create-AKS-NodePools-using-Terraform/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
138141
cd 24-04-Create-AKS-NodePools-using-Terraform/terraform-manifests-aks
139142

24-Azure-AKS-Terraform/24-05-Create-AKS-Cluster-Custom-VNET/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
138141
cd 24-05-Create-AKS-Cluster-Custom-VNET/terraform-manifests-aks-custom-vnet
139142

0 commit comments

Comments
 (0)