We need to configure CNI plugin first, then configure and restart containerd. In before, the order is reverse so the CNI config is not picked. Change-Id: I1c0e753b19289c339e44f288cae02d7ee2957da6
This commit is contained in:
parent
d80ff940e1
commit
401029e617
@ -123,11 +123,11 @@ function install_docker {
|
||||
|
||||
function configure_docker {
|
||||
if [[ ${ENABLE_CONTAINERD_CRI} == "True" ]]; then
|
||||
configure_containerd
|
||||
|
||||
source $DEST/devstack-plugin-container/devstack/lib/cni/plugins
|
||||
configure_cni_plugins
|
||||
|
||||
configure_containerd
|
||||
|
||||
source $DEST/devstack-plugin-container/devstack/lib/tools/crictl
|
||||
configure_crictl
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user