@@ -49,7 +49,7 @@ Kubernetes is available in Docker for Mac (from [version 18.06.0-ce](https://doc
49
49
[ enable ] : https://docs.docker.com/docker-for-mac/#kubernetes
50
50
51
51
``` console
52
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/cloud/deploy.yaml
52
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/cloud/deploy.yaml
53
53
```
54
54
55
55
#### minikube
@@ -84,7 +84,7 @@ In AWS we use a Network load balancer (NLB) to expose the NGINX Ingress controll
84
84
##### Network Load Balancer (NLB)
85
85
86
86
``` console
87
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/aws/deploy.yaml
87
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/aws/deploy.yaml
88
88
```
89
89
90
90
##### TLS termination in AWS Load Balancer (ELB)
@@ -93,10 +93,10 @@ In some scenarios is required to terminate TLS in the Load Balancer and not in t
93
93
94
94
For this purpose we provide a template:
95
95
96
- - Download [ deploy-tls-termination.yaml] ( https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/aws/deploy-tls-termination.yaml )
96
+ - Download [ deploy-tls-termination.yaml] ( https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/aws/deploy-tls-termination.yaml )
97
97
98
98
``` console
99
- wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/aws/deploy-tls-termination.yaml
99
+ wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/aws/deploy-tls-termination.yaml
100
100
```
101
101
102
102
- Edit the file and change:
@@ -146,7 +146,7 @@ More information with regards to timeouts for can be found in the [official AWS
146
146
147
147
148
148
``` console
149
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/cloud/deploy.yaml
149
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/cloud/deploy.yaml
150
150
```
151
151
152
152
!!! failure Important
@@ -155,21 +155,21 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
155
155
#### Azure
156
156
157
157
``` console
158
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/cloud/deploy.yaml
158
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/cloud/deploy.yaml
159
159
```
160
160
161
161
#### Digital Ocean
162
162
163
163
``` console
164
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/do/deploy.yaml
164
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/do/deploy.yaml
165
165
```
166
166
167
167
#### Bare-metal
168
168
169
169
Using [ NodePort] ( https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ) :
170
170
171
171
``` console
172
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.0 /deploy/static/provider/baremetal/deploy.yaml
172
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.34.1 /deploy/static/provider/baremetal/deploy.yaml
173
173
```
174
174
175
175
!!! tip
0 commit comments