docs(content): refresh Kubernetes helper versions

This commit is contained in:
yeasy
2026-05-26 00:45:20 -07:00
parent ea26f96297
commit 3a9ee19d22
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ domainname: your_website.com
hostname: test
mac_address: 08-00-27-00-0C-0A
```
允许容器中运行一些特权命令
允许容器中运行一些特权命令`privileged: true` 会显著扩大容器对宿主机设备和 Linux capability 的访问范围生产环境应优先使用更窄的 `cap_add``devices` 或只读挂载更多说明见 [内核能力机制](../18_security/18.4_kernel_capability.md)
```yaml
privileged: true