Merge pull request #5851 from zouyee/location

replace cri and point to new location
This commit is contained in:
Mike Brown 2021-08-10 13:04:01 -05:00 committed by GitHub
commit ed564061e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ $ cat hosts
## Step 1: ## Step 1:
At this point, the ansible playbook should be able to ssh into the machines in the hosts file. At this point, the ansible playbook should be able to ssh into the machines in the hosts file.
```console ```console
git clone https://github.com/containerd/cri git clone https://github.com/containerd/containerd
cd ./cri/contrib/ansible cd ./contrib/ansible
ansible-playbook -i hosts cri-containerd.yaml ansible-playbook -i hosts cri-containerd.yaml
``` ```
A typical cloud login might have a username and private key file, in which case the following can be used: A typical cloud login might have a username and private key file, in which case the following can be used:

View File

@ -1,4 +1,4 @@
--- ---
containerd_release_version: 1.3.0 containerd_release_version: 1.5.5
cni_bin_dir: /opt/cni/bin/ cni_bin_dir: /opt/cni/bin/
cni_conf_dir: /etc/cni/net.d/ cni_conf_dir: /etc/cni/net.d/