Closed leokondrashov closed 1 year ago
For xl170 nodes, the problem was fixed with sed -i '4548i\ - name: IP_AUTODETECTION_METHOD\n value: "interface=ens1f1"' configs/calico/canal.yaml
before running ./scripts/cluster/create_multinode_cluster.sh
on master node. So, the problem is in the choice of interface for calico.
Describe the bug Firecracker-containerd deployment option is not working.
This shows itself as
calico
pods in non-ready state (ready 0/1 pods) and failed liveness probe. Some other pods are also not ready (default domain has not succeeded, registry is in constant CrashLoopBackOff)To Reproduce Quickstart guide, firecracker deployment, cloudlab xl170 or d430 2-node cluster.
Commands:
Expected behavior Have working setup: all pods are ready.
Logs
create_multinode_cluster.stderr
:Notes Setup works for pure containerd deployment (
stock-only
passed to setup scripts).