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
Is your feature request related to a problem? Please describe:
tiup cluster check --apply only temporarily disables firewalld.service. It does a systemctl stop, but not a systemctl disable/systemctl mask. This leaves this as a booby trap that will explode on next reboot.
Disabling the firewall doesn't seem to be the right action. Changing the zone from public to trusted seems to be a better option.
Some high security deployments might not allow one to disable the firewall
The docs aren't clear that a host based firewall isn't recommended, but a network based firewall around the cluster is.
Describe the feature you'd like:
Make sure whatever tiup cluster check --apply is done in a persistent way that survives reboots
Don't disable the firewall. Change the zone instead.
Extend documentation for what ports need to be open, both for host based firewalls and for network based firewalls around the cluster.
Allow one to operate with a firewall enabled.
Create service definitions for the firewall service which then can be added to the zone.
Feature Request
Is your feature request related to a problem? Please describe:
tiup cluster check --apply
only temporarily disablesfirewalld.service
. It does asystemctl stop
, but not asystemctl disable
/systemctl mask
. This leaves this as a booby trap that will explode on next reboot.zone
frompublic
totrusted
seems to be a better option.Describe the feature you'd like:
tiup cluster check --apply
is done in a persistent way that survives rebootsWhy the featue is needed:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Related:
tiup cluster check
: support port connectivity check #1329tiup/pkg/cluster/task/check.go
Line 105 in 8e15a03
The text was updated successfully, but these errors were encountered: