Skip to content

Commit 925389d

Browse files
authored
Move old RHEL network manager info into admonition (#498)
* Move network manager disable into a admonition * Truncate sysbox blog Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent d429ec4 commit 925389d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

blog/2025-09-27-k3s-sysbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: Sysbox Runtime With K3s
33
description: Integrating sysbox runtime with k3s' containerd
44
authors: husseingalal
5-
tags: ["runc","k3s","sysbox"]
5+
tags: ["runc","sysbox"]
66
hide_table_of_contents: true
77
---
88

99
The K3s binary bundles all the components needed to run a production-ready, CNCF-conformant Kubernetes cluster including containerd, runc, kubelet, and more. In this post we will discuss how containerd communicates with OCI runtimes and will discuss adding another container runtime (Sysbox) to K3s and how it can be used to run system pods in your environment.
1010

11+
<!-- truncate -->
12+
1113
## Containerd and Runc
1214

1315
First we need to talk briefly about how containerd works with runc. Containerd is a long running daemon that is responsible for:

docs/installation/requirements.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,15 @@ firewall-cmd --reload
6666

6767
Additional ports may need to be opened depending on your setup. See [Inbound Rules](#inbound-rules-for-k3s-nodes) for more information. If you change the default CIDR for pods or services, you will need to update the firewall rules accordingly.
6868

69-
If enabled, it is required to disable nm-cloud-setup and reboot the node:
69+
:::warning Older RHEL/CentOS Releases
70+
71+
OS versions prior to RHEL 8.4 carry NetworkManager with a known bug that interferes with K3s networking. If using an older release, it is required to disable nm-cloud-setup and reboot the node:
7072
```bash
7173
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
7274
reboot
7375
```
76+
:::
77+
7478
</TabItem>
7579
<TabItem value="debian" label="Ubuntu / Debian">
7680

0 commit comments

Comments
 (0)