mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
docs(content): refresh Kubernetes helper versions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
```bash
|
||||
# 安装 cri-dockerd
|
||||
# 注意:v0.3.24 为编写本文档时的最新版本,请根据需要替换为当前版本
|
||||
# 注意:以下以 v0.4.3 为示例;安装前请到 releases 页面核验当前版本和校验值
|
||||
# 参见 https://github.com/Mirantis/cri-dockerd/releases
|
||||
|
||||
$ cd /tmp
|
||||
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.24/cri-dockerd-0.3.24.amd64.tgz
|
||||
$ tar xzvf cri-dockerd-0.3.24.amd64.tgz
|
||||
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.4.3/cri-dockerd-0.4.3.amd64.tgz
|
||||
$ tar xzvf cri-dockerd-0.4.3.amd64.tgz
|
||||
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
|
||||
|
||||
# 下载并安装 systemd service 文件
|
||||
@@ -54,12 +54,12 @@ $ sudo /usr/local/bin/cri-dockerd --version
|
||||
|
||||
```bash
|
||||
# 安装 cri-dockerd
|
||||
# 注意:v0.3.24 为编写本文档时的最新版本,请根据需要替换为当前版本
|
||||
# 注意:以下以 v0.4.3 为示例;安装前请到 releases 页面核验当前版本和校验值
|
||||
# 参见 https://github.com/Mirantis/cri-dockerd/releases
|
||||
|
||||
$ cd /tmp
|
||||
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.24/cri-dockerd-0.3.24.amd64.tgz
|
||||
$ tar xzvf cri-dockerd-0.3.24.amd64.tgz
|
||||
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.4.3/cri-dockerd-0.4.3.amd64.tgz
|
||||
$ tar xzvf cri-dockerd-0.4.3.amd64.tgz
|
||||
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
|
||||
|
||||
# 下载并安装 systemd service 文件
|
||||
@@ -290,9 +290,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.2.10 master 节点默认不能运行 pod
|
||||
|
||||
Reference in New Issue
Block a user