mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
support containerd static binary
Co-authored-by: Max Gautier <mg@max.gautier.name> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -149,3 +149,11 @@ following configuration:
|
||||
```yaml
|
||||
nri_enabled: true
|
||||
```
|
||||
|
||||
### Optional : Static Binary
|
||||
|
||||
To ensure compatibility with older distributions (such as Debian 11), you can use a static containerd binary. By default, this is static binary if the system's glibc version is less than 2.34; otherwise, it is the default binary.
|
||||
|
||||
```yaml
|
||||
containerd_static_binary: true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user