Closed elasticdotventures closed 4 months ago
posting this for anybody else with the same ..
my solution for now is to continue using the ubuntu 22.04 version, which seems to work 🤞🏻 with CRIO_VERSION 1.28, but not CRIO 1.24 (which seems most common for Ubuntu 22.04). At the time I wrote this the suse kubic repo only had 1.28
export OS=xUbuntu_22.04
export CRIO_VERSION=1.28
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/ /"| sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
echo "deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$CRIO_VERSION/$OS/ /"|sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$CRIO_VERSION.list
curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$CRIO_VERSION/$OS/Release.key | sudo apt-key add -
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | sudo apt-key add -
sudo apt update
sudo apt install cri-o cri-o-runc -y
sudo apt install apparmor apparmor-utils -y
sudo systemctl start crio
sudo systemctl enable crio
sudo systemctl status crio
cri-o 1.24 is out of upstream support, whereas 1.28 is still in support, please use the newer version :)
I'm closing this one, as 1.24 is something considered to be EOL.
What happened?
Ubuntu has released a new LTS version 24.04
What did you expect to happen?
cri-o cannot be installed/not supported
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
This is a placeholder issue, when/if I figure out how to install this without downgrading to ubuntu 22.04 I'll post here.
CRI-O and Kubernetes version
OS version
Additional environment details (AWS, VirtualBox, physical, etc.)