Commit 2a505eac authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

Fix containerd version conflict during installation (#31)

parent 9e34ae58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ Default values from `inventories/dev/group_vars/all.yml`:
|-----------------------|----------------------|
| `kubernetes_version`  | `v1.35.1`            |
| `calico_version`      | `v3.31.4`            |
| `containerd_version`  | `1.7.27-1`           |
| `containerd_version`  | `2.2.5-1~ubuntu.22.04~jammy` |
| `pod_network_cidr`    | `192.168.0.0/16`     |
| `go_version`          | `1.17`               |
| `node_version`        | `12.19.0`            |
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ disable_swap: true

# Container runtime
docker_package_state: present
containerd_version: "1.7.27-1"
containerd_version: "2.2.5-1~ubuntu.22.04~jammy"
containerd_config_path: /etc/containerd/config.toml

# Docker (latest from official repo, no version pin)