Sorry for my English, I am French.
I have a small lab, where I want to install rancher (3 nodes) with a nginx installed on another machine.
Since I always work on AWS, I only needed to create a LBU and link it to my DNS.
I have no public ip, no SSL certificate, I want to keep it internal. But, when I run my 'rke up' , my file does not take into account my external nginx. I think my 'cluster.yml' conf is not optimal.
What do you think about it ?
ingress:
provider: nginx
options:
use-forwarded-headers: 'true'
node_selector: {}
extra_args: {}
dns_policy: ""
extra_envs: []
extra_volumes: []
extra_volume_mounts: []
update_strategy: null
http_port: 0
https_port: 0
network_mode: ""
tolerations: []
default_backend: true
default_http_backend_priority_class_name: 192.168.20.16
nginx_ingress_controller_priority_class_name: ""
default_ingress_class: null
cluster_name: ""