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
465465 secretName: aws-load-balancer-tls
466466```
467467
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
469471``` t
470472# Uninstall AWS Load Balancer Controller
471473helm uninstall aws-load-balancer-controller -n kube-system
472474```
473475
474476
477+
475478## Step-05: Ingress Class Concept
476479- Understand what is Ingress Class
477480- 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