Cri File System Tools Install =link= < PRO >

sudo snap install crifs-tools --edge

This ensures you always have the latest features and fixes.

sudo yum install -y cri-tools # or sudo dnf install -y cri-tools

# Install CRI-O (example for Ubuntu 22.04) OS="xUbuntu_22.04" VERSION="1.30" echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | sudo apt-key add - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.list curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/Release.key | sudo apt-key add - sudo apt-get update sudo apt-get install -y cri-o cri-o-runc

Подписка на рассылку

Новости сайта на email