File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST ) ) ) )
3
3
4
4
# Image URL to use all building/pushing image targets
5
- IMG ?= amazon/aws-alb-ingress-controller:v2.2.1
5
+ IMG ?= amazon/aws-alb-ingress-controller:v2.3.0
6
6
7
7
CRD_OPTIONS ?= "crd:crdVersions=v1"
8
8
@@ -101,7 +101,7 @@ docs-preview: docs-dependencies
101
101
102
102
# publish the versioned docs using mkdocs mike util
103
103
docs-publish : docs-dependencies
104
- pipenv run mike deploy v2.2 latest -p --update-aliases
104
+ pipenv run mike deploy v2.3 latest -p --update-aliases
105
105
106
106
# install dependencies needed to preview and publish docs
107
107
docs-dependencies :
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ kind: Kustomization
9
9
images :
10
10
- name : controller
11
11
newName : amazon/aws-alb-ingress-controller
12
- newTag : v2.2.1
12
+ newTag : v2.3.0
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ vars:
41
41
objref :
42
42
kind : Certificate
43
43
group : cert-manager.io
44
- version : v1alpha2
44
+ version : v1
45
45
name : serving-cert # this name should match the one in certificate.yaml
46
46
fieldref :
47
47
fieldpath : metadata.namespace
48
48
- name : CERTIFICATE_NAME
49
49
objref :
50
50
kind : Certificate
51
51
group : cert-manager.io
52
- version : v1alpha2
52
+ version : v1
53
53
name : serving-cert # this name should match the one in certificate.yaml
54
54
- name : SERVICE_NAMESPACE # namespace of the service
55
55
objref :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
75
75
76
76
1. Download IAM policy for the AWS Load Balancer Controller
77
77
```
78
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1 /docs/install/iam_policy.json
78
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.3.0 /docs/install/iam_policy.json
79
79
```
80
80
81
81
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -150,7 +150,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
150
150
### Apply YAML
151
151
1. Download spec for load balancer controller.
152
152
```
153
- wget https://raw.githubusercontent. com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1/docs/install/v2_2_1_full .yaml
153
+ wget https://github. com/kubernetes-sigs/aws-load-balancer-controller/releases/download/ v2.3.0/v2_3_0_full .yaml
154
154
```
155
155
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
156
156
```
@@ -174,7 +174,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
174
174
```
175
175
1. Apply the yaml file
176
176
```
177
- kubectl apply -f v2_2_1_full .yaml
177
+ kubectl apply -f v2_3_0_full .yaml
178
178
```
179
179
180
180
You can’t perform that action at this time.
0 commit comments