Update Kind v0.31.0 and Flannel v0.28.2

This commit is contained in:
yeasy
2026-04-18 13:31:43 -07:00
parent 407d508590
commit da5867c921
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ $ kubectl get node -o yaml | grep CIDR
podCIDRs:
```
```bash
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.1/Documentation/kube-flannel.yml
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.2/Documentation/kube-flannel.yml
```
### 14.1.10 master 节点默认不能运行 pod
+1 -1
View File
@@ -270,7 +270,7 @@ $ kubectl get node -o yaml | grep CIDR
podCIDRs:
```
```bash
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.1/Documentation/kube-flannel.yml
$ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.28.2/Documentation/kube-flannel.yml
```
### 14.2.10 master 节点默认不能运行 pod
+1 -1
View File
@@ -28,7 +28,7 @@ brew install kind
```bash
# Linux AMD64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
```