mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-18 21:16:16 +00:00
cri-o update fixes
ClearLinux now has cri-o version 1.14.1 which allows multiple plugin locations and also creates /opt/cni/bin by default. We no longer need the hacks for them Fixes: #82 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
This commit is contained in:
committed by
Saikrishna Edupuganti
parent
d31d78c193
commit
0e280f40fa
@@ -52,8 +52,6 @@ sudo systemctl daemon-reload
|
||||
echo "The following kubelet command may complain... it is not an error"
|
||||
sudo systemctl enable --now kubelet crio || true
|
||||
|
||||
sudo mkdir -p /usr/libexec/cni /opt/cni
|
||||
[ ! -e /opt/cni/bin/cni ] && sudo ln -s /usr/libexec/cni /opt/cni/bin
|
||||
#Ensure that the system is ready without requiring a reboot
|
||||
sudo swapoff -a
|
||||
sudo systemctl restart systemd-modules-load.service
|
||||
|
||||
Reference in New Issue
Block a user