Actualizar cluster_init.md
This commit is contained in:
@@ -347,7 +347,7 @@ Antes de aplicar Flannel, **asegúrate de tener los plugins CNI instalados en `/
|
|||||||
```bash
|
```bash
|
||||||
CNI_VERSION="v1.4.1"
|
CNI_VERSION="v1.4.1"
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
curl -Lo cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz
|
sudo curl -Lo cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz
|
||||||
sudo mkdir -p /opt/cni/bin
|
sudo mkdir -p /opt/cni/bin
|
||||||
sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user