Update crio installation steps for CentOS/RHEL
Hi, crio installation steps for CentOS/RHEL distribution are not valid anymore(CBS repo does not exist anymore) I'm updating the documentation following the exactly same instructions reported on crio official repository
This commit is contained in:
@@ -218,10 +218,12 @@ sudo apt-get install cri-o-1.17
|
|||||||
|
|
||||||
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
|
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
yum-config-manager --add-repo=https://cbs.centos.org/repos/paas7-crio-115-release/x86_64/os/
|
curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/CentOS_7/devel:kubic:libcontainers:stable.repo
|
||||||
|
|
||||||
|
curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:[REQUIRED VERSION].repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:[REQUIRED VERSION]/CentOS_7/devel:kubic:libcontainers:stable:cri-o:[REQUIRED VERSION].repo
|
||||||
|
|
||||||
# Install CRI-O
|
# Install CRI-O
|
||||||
yum install --nogpgcheck -y cri-o
|
yum install -y cri-o
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
|
||||||
{{< tab name="openSUSE Tumbleweed" codelang="bash" >}}
|
{{< tab name="openSUSE Tumbleweed" codelang="bash" >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user