adamant-kite-43734
03/24/2023, 10:57 PMcreamy-pencil-82913
03/24/2023, 11:26 PMcreamy-pencil-82913
03/24/2023, 11:26 PMstale-painting-80203
03/24/2023, 11:29 PMstale-painting-80203
03/24/2023, 11:30 PMstale-painting-80203
03/25/2023, 5:05 AMI enabled the ports as per: # as per <https://ranchermanager.docs.rancher.com/v2.6/getting-started/installation-and-upgrade/installation-requirements/port-requirements>
firewall_allowed_tcp_ports:
- "22" # Node driver SSH provisioning
- "80" # http
- "443" # https
- "2376" # Node driver Docker daemon TLS port
- "2379" # etcd client requests
- "2380" # etcd peer communication
- "6443" # RKE2 Kubernetes API
- "8443" # Rancher webhook
- "9099" # Canal/Flannel livenessProbe/readinessProbe
- "9100" # Default port required by Monitoring to scrape metrics from Linux node-exporters
- "9443" # Rancher webhook
- "9345" # RKE2 Kubernetes API
- "9796" # Default port required by Monitoring to scrape metrics from Windows node-exporters
- "10250" # Metrics server communication with all nodes API
- "10254" # Ingress controller livenessProbe/readinessProbe
firewall_allowed_udp_ports:
- "8472" # Canal/Flannel VXLAN overlay networking
firewall_additional_rules: # TCP/UDP NodePort port range
- "iptables -A INPUT -p tcp --match multiport --dports 30000:32767 -j ACCEPT"
- "iptables -A INPUT -p udp --match multiport --dports 30000:32767 -j ACCEPT"
creamy-pencil-82913
03/25/2023, 6:32 PMstale-painting-80203
03/27/2023, 6:54 PM