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
+2 -2
View File
@@ -272,9 +272,9 @@ $ kubectl get node -o yaml | grep CIDR
podCIDRs:
```
```bash
# 注意:v0.28.2编写本文档时的最新版本,请根据需要替换为当前版本
# 注意:以下以 v0.28.4示例;安装前请到 releases 页面核验当前版本
# 参见 https://github.com/flannel-io/flannel/releases
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.2/Documentation/kube-flannel.yml
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.4/Documentation/kube-flannel.yml
```
### 14.1.10 master 节点默认不能运行 pod