mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
* 999 Clarify support and stipulations for use of firewall in documentation added scarier warning about firewalld usage * revised language slightly * Update docs/how-to-guides/advanced-user-guides/open-ports-with-firewalld.md Co-authored-by: Sunil Singh <sunil.singh@suse.com> * versioning, updated link, & abbreviated warning for v2.0-2.4 --------- Co-authored-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
co-authored by
Sunil Singh
parent
c9e7c6bced
commit
d4796a1ae8
+7
-1
@@ -2,7 +2,13 @@
|
||||
title: Opening Ports with firewalld
|
||||
---
|
||||
|
||||
> We recommend disabling firewalld. For Kubernetes 1.19.x and higher, firewalld must be turned off.
|
||||
:::danger
|
||||
|
||||
Enabling firewalld can cause serious network communication problems.
|
||||
|
||||
CNIs in Kubernetes dynamically update iptables and networking rules independently of any external firewalls, such as firewalld. This can cause unexpected behavior when the CNI and the external firewall conflict.
|
||||
|
||||
:::
|
||||
|
||||
Some distributions of Linux [derived from RHEL,](https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Rebuilds) including Oracle Linux, may have default firewall rules that block communication with Helm.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user