File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ spec:
41
41
# Limit the namespace where this ALB Ingress Controller deployment will
42
42
# resolve ingress resources. If left commented, all namespaces are used.
43
43
# - --watch-namespace=your-k8s-namespace
44
- # Setting the ingress-class flag below will ensure that only ingress resources with the
44
+ # Setting the ingress-class flag below ensures that only ingress resources with the
45
45
# annotation kubernetes.io/ingress.class: "alb" are respected by the controller. You may
46
46
# choose any class you'd like for this controller to respect.
47
- # - --ingress-class=alb
47
+ - --ingress-class=alb
48
48
env :
49
49
# AWS region this ingress controller will operate in.
50
50
# List of regions:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : echoserver
5
5
namespace : echoserver
6
6
annotations :
7
- # kubernetes.io/ingress.class: alb
7
+ kubernetes.io/ingress.class : alb
8
8
alb.ingress.kubernetes.io/scheme : internet-facing
9
9
# alb.ingress.kubernetes.io/subnets: subnet-1234
10
10
# alb.ingress.kubernetes.io/security-groups: sg-1234
You can’t perform that action at this time.
0 commit comments