mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
* Simplify docker systemd unit systemd handles missing unit by ignoring the dependency so we don't need to template them. * Remove RHEL 7/CentOS 7 support - remove ref in kubespray roles - move CI from centos 7 to 8 - remove docs related to centos7 * Remove container-storage-setup Only used for RHEL 7 and CentOS 7
8 lines
305 B
Markdown
8 lines
305 B
Markdown
# CentOS and derivatives
|
|
|
|
## CentOS 8
|
|
|
|
If you have containers that are using iptables in the host network namespace (`hostNetwork=true`),
|
|
you need to ensure they are using iptables-nft.
|
|
An example how k8s do the autodetection can be found [in this PR](https://github.com/kubernetes/kubernetes/pull/82966)
|