Skip to content

Commit

Permalink
troubleshoot k3s-install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Feb 27, 2024
1 parent f83b5ab commit 9cb704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/host_vars/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ntp_allow_hosts: [10.0.0.0/24]

# tcp 9100 Prometheus (fluent-bit)
# udp 69, TFTP server
in_tcp_port: '{ ssh, https, http, iscsi-target, 9100 }'
in_tcp_port: '{ ssh, https, http, iscsi-target, 9100, 6443 }'
in_udp_port: '{ snmp, domain, ntp, bootps, 69 }'
# tcp 9091 minio server
forward_tcp_port: '{ http, https, ssh, 9091 }'
Expand Down

0 comments on commit 9cb704f

Please sign in to comment.