File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
08-NEW-ELB-Application-LoadBalancers/08-01-Load-Balancer-Controller-Install Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -465,13 +465,16 @@ CHECK-3: Verify Volumes
465
465
secretName: aws-load-balancer-tls
466
466
```
467
467
468
- ### Step-04-07: UNINSTALL AWS Load Balancer Controller using Helm Command (Optional)
468
+ ### Step-04-07: UNINSTALL AWS Load Balancer Controller using Helm Command (Information Purpose - SHOULD NOT EXECUTE THIS COMMAND)
469
+ - This step should not be implemented.
470
+ - This is just put it here for us to know how to uninstall aws load balancer controller from EKS Cluster
469
471
``` t
470
472
# Uninstall AWS Load Balancer Controller
471
473
helm uninstall aws-load-balancer-controller -n kube-system
472
474
```
473
475
474
476
477
+
475
478
## Step-05: Ingress Class Concept
476
479
- Understand what is Ingress Class
477
480
- Understand how it overrides the default deprecated annotation ` #kubernetes.io/ingress.class: "alb" `
You can’t perform that action at this time.
0 commit comments