You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,7 +45,7 @@ You can choose to install ALB ingress controller via Helm or Kubectl
40
45
If [ec2metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) is unavailable from the controller pod, edit the following variables:
41
46
42
47
- `--aws-vpc-id=vpc-xxxxxx`: vpc ID of the cluster.
43
-
- `--aws-region=us-west-1`: AWS region of the cluster.
48
+
- `--aws-region=us-west-1`: AWS region of the cluster.
44
49
45
50
3. Deploy the RBAC roles manifest
46
51
@@ -49,19 +54,19 @@ You can choose to install ALB ingress controller via Helm or Kubectl
49
54
```
50
55
51
56
4. Deploy the ALB ingress controller manifest
52
-
57
+
53
58
```bash
54
59
kubectl apply -f alb-ingress-controller.yaml
55
60
```
56
61
57
62
5. Verify the deployment was successful and the controller started
58
-
63
+
59
64
```bash
60
65
kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o alb-ingress[a-zA-Z0-9-]+)
0 commit comments