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
@@ -181,7 +223,7 @@ Once you have created the `terraform.tfvars` file edit the `main.tf` file (alway
181
223
182
224
| Var | Required | Desc |
183
225
| ------- | ------- | ----------- |
184
-
|`region`|`yes`| set the correct OCI region based on your needs |
226
+
|`region`|`yes`| set the correct AWS region based on your needs |
185
227
|`environment`|`yes`| Current work environment (Example: staging/dev/prod). This value is used for tag all the deployed resources |
186
228
|`ssk_key_pair_name`|`yes`| Name of the ssh key to use |
187
229
|`my_public_ip_cidr`|`yes`| your public ip in cidr format (Example: 195.102.xxx.xxx/32) |
@@ -301,19 +343,9 @@ metadata:
301
343
namespace: ingress-nginx
302
344
```
303
345
304
-
**NOTE** to use nginx ingress controller with the proxy protocol enabled, an external nginx instance is used as proxy (since OCI LB doesn't support proxy protocol at the moment). Nginx will be installed on each worker node and the configuation of nginx will:
305
-
306
-
* listen in proxy protocol mode
307
-
* forward the traffic from port `80` to `extlb_http_port` (default to `30080`) on any server of the cluster
308
-
* forward the traffic from port `443` to `extlb_https_port` (default to `30443`) on any server of the cluster
[cert-manager](https://cert-manager.io/docs/) is used to issue certificates from a variety of supported source. To use cert-manager take a look at [nginx-ingress-cert-manager.yml](https://github.com/garutilorenzo/k3s-oci-cluster/blob/master/deployments/nginx/nginx-ingress-cert-manager.yml) and [nginx-configmap-cert-manager.yml](https://github.com/garutilorenzo/k3s-oci-cluster/blob/master/deployments/nginx/nginx-configmap-cert-manager.yml) example. To use cert-manager and get the certificate you **need** set on your DNS configuration the public ip address of the load balancer.
348
+
[cert-manager](https://cert-manager.io/docs/) is used to issue certificates from a variety of supported source.
0 commit comments