File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/setup/production-environment Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,11 @@ sudo apt-get install cri-o-1.17
218
218
219
219
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
220
220
# Install prerequisites
221
- yum-config-manager --add-repo=https://cbs.centos.org/repos/paas7-crio-115-release/x86_64/os/
221
+ 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
222
+ curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:{{< skew latestVersion >}}.repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:{{ < skew latestVersion >}}/CentOS_7/devel:kubic:libcontainers:stable:cri-o:{{< skew latestVersion >}}.repo
222
223
223
224
# Install CRI-O
224
- yum install --nogpgcheck - y cri-o
225
+ yum install -y cri-o
225
226
{{< /tab >}}
226
227
227
228
{{< tab name="openSUSE Tumbleweed" codelang="bash" >}}
You can’t perform that action at this time.
0 commit comments