Difference between revisions of "Ubuntu crictl installation"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
  
 
== Related ==
 
== Related ==
[[kubeadm init]]
+
* <code>[[kubeadm init]]</code>
[[brew install cri-tools]]
+
* <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: