Uncomplicated Firewall is a firewall management tool for Linux operating systems. This add-on allows for configuration of the "is UFW running" preflight check.
spec:
ufwConfig:
bypassUFWWarning: true
disableUFW: false
hardFailOnUFW: false
Flag | Usage |
---|---|
bypassUFWWarning | By default, a kURL install will not continue with ufw active. When this flag is set, kURL will continue to install. |
disableUFW | This is a flag that allows for disabling UFW during the install script without user interaction. |
hardFailOnUFW | This is a flag that will stop and exit a current install if UFW is active. |