Difference between revisions of "Ubuntu crictl installation"

From wikieduonline
Jump to navigation Jump to search
(Created page with " export OS=xUbuntu_22.04 export CRIO_VERSION=1.24 echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/ /"|sudo tee /etc/apt/source...")
 
 
(5 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
  #sudo systemctl status crio
 
  #sudo systemctl status crio
 
  sudo apt install containernetworking-plugins
 
  sudo apt install containernetworking-plugins
 +
sudo apt install [[cri-tools]]
 +
 +
 +
== Related ==
 +
* <code>[[kubeadm init]]</code>
 +
* <code>[[brew install cri-tools]]</code>
 +
 +
== See also ==
 +
* {{crictl}}
 +
 +
[[Category:K8s]]

Latest revision as of 09:34, 28 September 2023

export OS=xUbuntu_22.04
export CRIO_VERSION=1.24
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 info cri-o
sudo apt install cri-o cri-o-runc
sudo systemctl start crio
sudo systemctl enable crio
#sudo systemctl status crio
sudo apt install containernetworking-plugins
sudo apt install cri-tools


Related[edit]

See also[edit]

Advertising: